diff --git a/components/Footer.tsx b/components/Footer.tsx index b7f57ce..cdbc62a 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -263,6 +263,26 @@ const Footer = () => { Contact

+
+

+ Want to see past articles? +

+
+ +
+ {[...Array(13)].map((_, index) => { + const i = 13 - index; + return ( +
+ Issue {i} +
+ ); + })} +
+
+