Skip to content

Commit

Permalink
fix: adds refill and moves OSS
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelbr committed Jun 20, 2024
1 parent 09db1b7 commit a62bc4c
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@ const Layout = ({
</a>
</li>
<li>
<a href="https://github.com/varianter" rel="noopener">
Open Source
</a>
<Link href="/refill">Refill</Link>
</li>
<li>
<a href="https://www.variant.dev" rel="noopener">
Expand Down Expand Up @@ -157,6 +155,16 @@ const Layout = ({
@variant_as
</a>
</li>
<li>
Open Source på{' '}
<a
href="https://github.com/varianter"
aria-label="Github @varianter"
rel="noopener"
>
@varianter
</a>
</li>
</ul>
</div>
<div className={style.footer__item}>
Expand Down

0 comments on commit a62bc4c

Please sign in to comment.