From 9ab0201be084a1161f7977af239b958ba5c8603e Mon Sep 17 00:00:00 2001 From: Sarkis Kovlekjian Date: Sun, 27 Oct 2024 20:05:12 +0100 Subject: [PATCH] address issue #1348 --- src/components/page-footer.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/page-footer.js b/src/components/page-footer.js index 301509b34b8..313ab4581c3 100644 --- a/src/components/page-footer.js +++ b/src/components/page-footer.js @@ -36,11 +36,13 @@ const Contributors = ({contributors = [], latestCommit}) => { {contributors.length} {pluralize('contributor', contributors.length)} {contributors.map(login => ( - - - - - +
  • + + + + + +
  • ))} {latestCommit ? (