mirror of
https://github.com/pawelmalak/snippet-box.git
synced 2025-12-21 21:33:10 +01:00
Added Snippets page with all snippets and filters
This commit is contained in:
@@ -7,7 +7,7 @@ export const Card = (props: Props): JSX.Element => {
|
||||
const { title, children } = props;
|
||||
|
||||
return (
|
||||
<div className='card'>
|
||||
<div className='card mb-3'>
|
||||
<div className='card-body'>
|
||||
<h5 className='card-title'>{title}</h5>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user