fatih-yavuz / links.dev

A free linktree alternative only for devs. Get a nice page at links.dev/username. Simple site to group all your links. Register your username before someone else does.
MIT License
229 stars 148 forks source link

🐛 [ISSUE]: Telegram icon not being loaded #228

Closed zarifpour closed 1 year ago

zarifpour commented 1 year ago

Description

I have correctly set the icon in page.json:

{
  "title": "TELEGRAM",
  "url": "https://telegram.me/zarifpour",
  "icon": "telegram"
},

However, it seems the svg for the icon is not being loaded.

Screenshots

CleanShot 2023-09-26 at 13 33 10

Additional information

No response

fatih-yavuz commented 1 year ago

I think I know what the problem is. The corresponding css block is not generated. Will look into this as soon as I have free time

fatih-yavuz commented 1 year ago

it is now fixed thanks to @ihsanberkozcan