mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-28 05:11:02 +00:00
fix: Broken repository links in contributors
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
on:click={() => (expanded = !expanded)}
|
||||
on:keypress={() => (expanded = !expanded)}
|
||||
>
|
||||
<a href="https://github.com/{repo}" rel="noreferrer" target="_blank" on:click|stopPropagation>
|
||||
<a href="https://github.com/ReVanced/{repo}" rel="noreferrer" target="_blank" on:click|stopPropagation>
|
||||
<h4>{repo_name}</h4>
|
||||
</a>
|
||||
<img
|
||||
|
||||
Reference in New Issue
Block a user