Skip to content

Commit

Permalink
Who dat? Not me. 2/3
Browse files Browse the repository at this point in the history
Prankd, actually I need to change this in three places.
  • Loading branch information
Reboot-Codes authored Oct 9, 2023
1 parent bf84141 commit d8a2f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default function Footer() {
</FooterSection>
</FooterMain>
<FooterCopyright>
<Text>&copy; {year == 2022 ? '2022' : `2022-${year}`} Ruben Flores, All rights reserved.</Text>
<Text>&copy; {year == 2022 ? '2022' : `2022-${year}`} Reboot-Codes, All rights reserved.</Text>
</FooterCopyright>
</FooterDiv>
);
Expand Down

0 comments on commit d8a2f37

Please sign in to comment.