mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-29 22:24:31 +02:00
fix: hardlink social links (#109)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
04a0901bf8
commit
da9e8444f2
@ -2,11 +2,12 @@
|
||||
import SocialButton from './SocialButton.svelte';
|
||||
</script>
|
||||
|
||||
<!-- TODO: Use API social links -->
|
||||
<div class="social-host">
|
||||
<SocialButton src="github" href="https://revanced.app/github" />
|
||||
<SocialButton src="github" href="https://github.com/revanced" />
|
||||
<SocialButton src="discord" href="https://revanced.app/discord" />
|
||||
<SocialButton src="reddit" href="https://revanced.app/reddit" />
|
||||
<SocialButton src="telegram" href="https://revanced.app/telegram" />
|
||||
<SocialButton src="reddit" href="https://reddit.com/r/revancedapp" />
|
||||
<SocialButton src="telegram" href="https://t.me/app_revanced" />
|
||||
</div>
|
||||
|
||||
<style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user