Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Commit

Permalink
fix telegram icon (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsanberkozcan authored Sep 28, 2023
1 parent f1e2876 commit 94a2490
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions available-icons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ icons:
- star
- store
- table
- telegram
- terminal-circle
- terminal-square
- tiktok
Expand Down
4 changes: 4 additions & 0 deletions user-page/css/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,10 @@
-webkit-mask-image: url('https://raw.githubusercontent.com/fatih-yavuz/links.dev/main/user-page/icons/table.svg');
mask-image: url('https://raw.githubusercontent.com/fatih-yavuz/links.dev/main/user-page/icons/table.svg');
}
.icon-telegram {
-webkit-mask-image: url('https://raw.githubusercontent.com/fatih-yavuz/links.dev/main/user-page/icons/telegram.svg');
mask-image: url('https://raw.githubusercontent.com/fatih-yavuz/links.dev/main/user-page/icons/telegram.svg');
}
.icon-terminal-circle {
-webkit-mask-image: url('https://raw.githubusercontent.com/fatih-yavuz/links.dev/main/user-page/icons/terminal-circle.svg');
mask-image: url('https://raw.githubusercontent.com/fatih-yavuz/links.dev/main/user-page/icons/terminal-circle.svg');
Expand Down

0 comments on commit 94a2490

Please sign in to comment.