fix: change http to https in one of the socials

This commit is contained in:
Ushie 2023-06-02 23:44:14 +03:00
parent 1e06a0adb1
commit c263182928
No known key found for this signature in database
GPG Key ID: 0EF73F1CA38B2D5F

View File

@ -4,7 +4,7 @@
<div class="social-host">
<SocialButton src="github" href="https://revanced.app/github" />
<SocialButton src="discord" href="http://revanced.app/discord" />
<SocialButton src="discord" href="https://revanced.app/discord" />
<SocialButton src="reddit" href="https://revanced.app/reddit" />
<SocialButton src="telegram" href="https://revanced.app/telegram" />
</div>