Skip to content

Commit

Permalink
update footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
seadfeng committed Sep 7, 2024
1 parent af63cc8 commit 0906f9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/frontend/shared/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ export function Footer() {
<img alt="Font Generator" src="https://www.faviconextractor.com/favicon/www.fontgenerator.dev" className="h-5 w-5 mr-1 rounded-full bg-secondary" width={20} height={20} />
<span>Font Generator</span>
</a>
<a href="https://www.favicongenerator.io/" className="text-primary flex items-center">
<img alt="Favicon Generator" src="https://www.faviconextractor.com/favicon/www.favicongenerator.io" className="h-5 w-5 mr-1 rounded-full bg-secondary" width={20} height={20} />
<span>Favicon Generator</span>
</a>
</div>
<span>
© {new Date().getFullYear()} <a href="https://www.faviconextractor.com">{appConfig.appName}</a>. All rights reserved.
Expand Down

0 comments on commit 0906f9a

Please # to comment.