mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-29 22:24:31 +02:00
chore: remove leftover code
This commit is contained in:
parent
4feed9982b
commit
112b409af5
@ -15,21 +15,19 @@
|
|||||||
let usersIwantToExplodeSoBadly = ['semantic-release-bot'];
|
let usersIwantToExplodeSoBadly = ['semantic-release-bot'];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#if contribs}
|
<div class="container">
|
||||||
<div class="container">
|
<a href="https://github.com/{repo}" rel="noreferrer" target="_blank">
|
||||||
<a href="https://github.com/{repo}" rel="noreferrer" target="_blank">
|
<h2>{repo_name}</h2>
|
||||||
<h2>{repo_name}</h2>
|
</a>
|
||||||
</a>
|
|
||||||
|
|
||||||
<div class="contrib-host">
|
<div class="contrib-host">
|
||||||
{#each contribs as contrib}
|
{#each contribs as contrib}
|
||||||
{#if !usersIwantToExplodeSoBadly.includes(contrib.login)}
|
{#if !usersIwantToExplodeSoBadly.includes(contrib.login)}
|
||||||
<ContributorButton name={contrib.login} pfp={contrib.avatar_url} url={contrib.html_url} />
|
<ContributorButton name={contrib.login} pfp={contrib.avatar_url} url={contrib.html_url} />
|
||||||
{/if}
|
{/if}
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
h2 {
|
h2 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user