From d8a2f3776e7fa2c6eacd4c1309a37ea2e6c6125d Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 9 Oct 2023 10:59:24 -0700 Subject: [PATCH] Who dat? Not me. 2/3 Prankd, actually I need to change this in three places. --- src/components/Footer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index 75462e9..6091b6e 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -185,7 +185,7 @@ export default function Footer() { - © {year == 2022 ? '2022' : `2022-${year}`} Ruben Flores, All rights reserved. + © {year == 2022 ? '2022' : `2022-${year}`} Reboot-Codes, All rights reserved. );