Skip to content

Commit

Permalink
fix(ui/components/footer): fix typo in 'All right reserved'
Browse files Browse the repository at this point in the history
  • Loading branch information
MFarabi619 committed Sep 22, 2024
1 parent 92850fa commit fb01eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/footer/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export function Footer({
<Link href="/" className="scroll-smooth">
<Logo />
</Link>
<p>Copyright © 2024 IEEE - All right reserved.</p>
<p>Copyright © 2024 IEEE - All rights reserved.</p>
</aside>

{/* SOCIAL MEDIA ICONS */}
Expand Down

0 comments on commit fb01eb8

Please sign in to comment.