Skip to content

Commit

Permalink
Update GitHub link
Browse files Browse the repository at this point in the history
  • Loading branch information
Novampr committed Sep 9, 2024
1 parent 3f7a8f9 commit a3f3ebe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/TitleBar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import DesktopLink from './DesktopLink.astro'
<div class="mobile-links">
<Link href="/download"><h2><Icon name="material-symbols:download-rounded" /></h2></Link>
<Link href="/docs"><h2><Icon name="material-symbols:book-4-rounded" /></h2></Link>
<Link newWindow href="https://github.com/game-engine-tests/Derifted-Launcher"><h2><Icon name="material-symbols:code-rounded" /></h2></Link>
<Link newWindow href="https://github.com/Refitted-Team/Derifted-Launcher"><h2><Icon name="material-symbols:code-rounded" /></h2></Link>
</div>
<DesktopLink href="/download"><h2><Icon name="material-symbols:download-rounded" /></h2></DesktopLink>
<DesktopLink href="/docs"><h2><Icon name="material-symbols:book-4-rounded" /></h2></DesktopLink>
<DesktopLink newWindow href="https://github.com/game-engine-tests/Derifted-Launcher"><h2><Icon name="material-symbols:code-rounded" /></h2></DesktopLink>
<DesktopLink newWindow href="https://github.com/Refitted-Team/Derifted-Launcher"><h2><Icon name="material-symbols:code-rounded" /></h2></DesktopLink>
</div>
</header>
<style>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Card from '../components/Card.astro';
</a>
<ul role="list" class="link-card-grid">
<Card
href="https://github.com/game-engine-tests/Derifted-Launcher"
href="https://github.com/Refitted-Team/Derifted-Launcher"
title="GitHub"
icon="material-symbols:code-rounded"
body="Explore the source code powering the launcher or perhaps make an bug report"
Expand Down

0 comments on commit a3f3ebe

Please sign in to comment.