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 7d1a166 commit a4ce6f7
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 @@ -22,6 +22,10 @@ export function Footer() {
<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>
<a href="https://www.htmltomarkdown.io/" className="text-primary flex items-center">
<img alt="HtmlToMarkdown" src="https://www.faviconextractor.com/favicon/www.htmltomarkdown.io" className="h-5 w-5 mr-1 rounded-full bg-secondary" width="20" height="20" />
<span>HtmlToMarkdown</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 a4ce6f7

Please sign in to comment.