From ae5c43bd28b56bfb5c6f88b237f2e9d434ccc914 Mon Sep 17 00:00:00 2001 From: Belle Date: Tue, 27 Aug 2024 23:14:41 +0800 Subject: [PATCH] more formatting --- .../arcade/review/{footer.js => aFooter.js} | 14 +- components/arcade/review/arcader.js | 32 +++ package.json | 1 + pages/api/arcade/review/projects.js | 2 +- pages/arcade/index.js | 226 +++++++++++++++--- yarn.lock | 5 + 6 files changed, 238 insertions(+), 42 deletions(-) rename components/arcade/review/{footer.js => aFooter.js} (53%) create mode 100644 components/arcade/review/arcader.js diff --git a/components/arcade/review/footer.js b/components/arcade/review/aFooter.js similarity index 53% rename from components/arcade/review/footer.js rename to components/arcade/review/aFooter.js index 1640a82c..8b018177 100644 --- a/components/arcade/review/footer.js +++ b/components/arcade/review/aFooter.js @@ -4,17 +4,21 @@ import Footer from '../footer' const Description = () => ( - A project by Hack Club for Summer + + {' '} + ⏮ + + A project by Hack Club for Summer 2024. - + - Thank you to: Manitej, Acon, Max, Zach, Mel, Chris, Christina, + Thank you to: Manitej, Acon, Max, Zach L, Mel, Chris, Christina, Bartosz, Leo, Aarya, Arnav, Arish, and Zach R. ) -const ArcadeFooter = () => { +const AFooter = () => { return (