Skip to content

Commit

Permalink
Update the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
wqcstrong committed Nov 29, 2024
1 parent f36c175 commit 535b88e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/Home/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ export const Footer = () => {
return (
<div className="flex-center footer">
<div className="text-center">
<p>Open-source MIT Licensed.</p>
<p>Released under the MIT License</p>
<p>
Copyright &copy; 2023{' '}
<span>Copyright &copy; 2023 - present</span>{' '}
<a href={import.meta.env.VITE_GITHUB_HOMEPAGE} target="_blank">
Huolala-Tech
HuolalaTech
</a>
</p>
</div>
Expand Down

0 comments on commit 535b88e

Please sign in to comment.