fix project links

This commit is contained in:
2022-09-03 18:25:53 +03:00
parent 653f44b280
commit f7f3bdddba
3 changed files with 17 additions and 15 deletions

View File

@@ -10,7 +10,7 @@
<h1>Our projects</h1>
<CardOuter>
{#each projects as { name, description, git, website }}
{#each projects as { name, description, git, github, website }}
<CardInner title={name} {description}>
<LinksOuter>
{#if website}
@@ -19,6 +19,12 @@
</Link>
{/if}
{#if github}
<Link url={github} class="githubcolored">
<div class="i-simple-icons:github" />
</Link>
{/if}
{#if git}
<Link url={git} class="gitcolored">
<div class="i-simple-icons:git" />