Skip to content

Commit

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

0 comments on commit 7d1a166

Please sign in to comment.