fix: hardlink social links (#109)

Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
PickleNik 2023-06-06 18:45:36 -04:00 committed by GitHub
parent 04a0901bf8
commit da9e8444f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>