Merge branch 'main' of https://git.seccodesmith.pl/seccodesmith/seccodesmith-frontend
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
import { Link } from 'react-router-dom';
|
import { Link } from 'react-router-dom';
|
||||||
|
import "./BlogCard.module.css"
|
||||||
|
|
||||||
export interface BlogPostProps {
|
export interface BlogPostProps {
|
||||||
id: string;
|
id: string;
|
||||||
|
|||||||
+1
-1
@@ -207,7 +207,7 @@ export const Home = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user