GitHub -> Gitea

This commit is contained in:
2022-08-11 15:30:23 +03:00
parent 4b89a27336
commit 0dc4c5728f
9 changed files with 34 additions and 30 deletions

View File

@@ -10,7 +10,7 @@
<h1>Our team</h1>
<CardOuter>
{#each members as { name, discord, matrix, position, description, github, pgp, website, email, picture }}
{#each members as { name, discord, matrix, position, description, git, pgp, website, email, picture }}
<CardInner title={name} {position} {description}>
<LinksOuter>
{#if matrix}
@@ -25,9 +25,9 @@
</Link>
{/if}
{#if github}
<Link url={github} classes="githubcolored">
<div class="i-simple-icons:github"></div>
{#if git}
<Link url={git} classes="gitcolored">
<div class="i-simple-icons:git"></div>
</Link>
{/if}
@@ -57,4 +57,4 @@
</LinksOuter>
</CardInner>
{/each}
</CardOuter>
</CardOuter>