mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-05-31 14:12:04 +05:30
fix project links
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user