mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-30 06:34:35 +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';
|
import SocialButton from './SocialButton.svelte';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<!-- TODO: Use API social links -->
|
||||||
<div class="social-host">
|
<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="discord" href="https://revanced.app/discord" />
|
||||||
<SocialButton src="reddit" href="https://revanced.app/reddit" />
|
<SocialButton src="reddit" href="https://reddit.com/r/revancedapp" />
|
||||||
<SocialButton src="telegram" href="https://revanced.app/telegram" />
|
<SocialButton src="telegram" href="https://t.me/app_revanced" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user