diff --git a/components/ArticleCard.tsx b/components/ArticleCard.tsx index 353daa6..6bde7de 100644 --- a/components/ArticleCard.tsx +++ b/components/ArticleCard.tsx @@ -12,7 +12,7 @@ export interface ArticleCardProps { export default function ArticleCard({ title, slug, imageUrl, description }: ArticleCardProps) { return ( - + diff --git a/components/Footer.tsx b/components/Footer.tsx index 269527d..8f42903 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -60,21 +60,21 @@ export default function Footer() { - - - + + + - - - + + + - - - + + + © Copyright 2019 Mediajel.io @@ -99,7 +99,7 @@ function ListItem({ title, href }: SingleFooterListItem) { return ( - {title} + {title} ); diff --git a/components/Link.tsx b/components/Link.tsx index ec091c2..14e9bdf 100644 --- a/components/Link.tsx +++ b/components/Link.tsx @@ -8,7 +8,7 @@ export interface LinkProps { export default function Link({ href, children }: PropsWithChildren) { return ( - + {children} ); diff --git a/components/Navbar.tsx b/components/Navbar.tsx index 9e276fa..7cdcd81 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -67,7 +67,7 @@ export default function Navbar({ items }: NavbarProps) { return (