Skip to content

Commit

Permalink
fix: mobile footer
Browse files Browse the repository at this point in the history
  • Loading branch information
RUNFUNRUN committed Jul 25, 2024
1 parent 76026c0 commit 71a3440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const Footer = () => {
Blog
</Link>
</p>
<p className='lg:hidden mt-4'>&copy; 2022 RUNFUNRUN</p>
<p className='lg:hidden mt-4'>&copy; 2022-2024 RUNFUNRUN</p>
</footer>
);
};

0 comments on commit 71a3440

Please sign in to comment.