diff --git a/components/Article.js b/components/Article.js index 79d7f9e2..c8eca466 100644 --- a/components/Article.js +++ b/components/Article.js @@ -55,7 +55,7 @@ const Article = ({ slug, date, title, summary, tags, authors, border = true }) =

{}

-

+

{}

diff --git a/components/EventCalendar.js b/components/EventCalendar.js index e23e1ac3..506a2ae7 100644 --- a/components/EventCalendar.js +++ b/components/EventCalendar.js @@ -11,9 +11,9 @@ const EventCalendar = ({ events }) => { }`} key={event.id} > -

{event.title}

-

{event.description}

-

+

{event.title}

+

{event.description}

+

-

{event.title}

+

{event.title}

-

{event.description}

+

{event.description}

-

+

Demo diff --git a/components/Footer.js b/components/Footer.js index f4561548..28be61cf 100644 --- a/components/Footer.js +++ b/components/Footer.js @@ -20,7 +20,7 @@ export default function Footer() {
{` • `}
{siteMetadata.title}
-
+
{siteMetadata.legal.map((link, index) => { return (
diff --git a/components/Pagination.js b/components/Pagination.js index d26bc797..278aa1e1 100644 --- a/components/Pagination.js +++ b/components/Pagination.js @@ -9,7 +9,7 @@ export default function Pagination({ totalPages, currentPage, subpath = 'article const btnClassesDisabled = `${btnClasses} cursor-auto disabled:opacity-50` return ( -
+