Skip to content

Commit

Permalink
Added subreddit icons
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo9655 committed Aug 6, 2024
1 parent 0df5320 commit 2b5a734
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/.vitepress/transformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -382,5 +382,9 @@ function transformLinks(text: string): string {
/\[Telegram\]\(([^\)]*?)\)/gm,
'<a target="_blank" href="$1"><div alt="Telegram" class="i-mdi:telegram" /></a>'
)
.replace(
/\[Subreddit\]\(([^\)]*?)\)/gm,
'<a target="_blank" href="$1"><div alt="Telegram" class="i-mdi:reddit" /></a>'
)
return _text
}
2 changes: 1 addition & 1 deletion docs/non-english.md
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ https://aniwow.in/ has only dubs though
# ► Portuguese / Português

* 🌐 **[PiracyBG-PTBR](https://rentry.org/PiracyBG-PTBR)** - Beginners Guide to Piracy
* 🌐 **[Pirataria](https://pirataria.digital/)** - Portuguese /r/Piracy Mega / [Reddit](https://www.reddit.com/r/pirataria/)
* 🌐 **[Pirataria](https://pirataria.digital/)** - Portuguese /r/Piracy Mega / [Subreddit](https://www.reddit.com/r/pirataria/)
* 🌐 **[Invertexto](https://www.invertexto.com)** - Online Tools Index
* [SAPO](https://www.sapo.pt) - Search
* [Legendas Brasil](https://legendasbrasil.org) - Subtitle Search App
Expand Down

0 comments on commit 2b5a734

Please sign in to comment.