Skip to content

Commit

Permalink
add moss link
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Nov 19, 2024
1 parent 8f862be commit 5cc6c9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
fuz_mastodon_logo,
fuz_gitops_logo,
fuz_template_logo,
moss_logo,
} from '$lib/logos.js';
import Hidden_Personal_Links from '$lib/Hidden_Personal_Links.svelte';
Expand Down Expand Up @@ -55,6 +56,10 @@
<!-- TODO ideally this wouldn't duplicate metadata like descriptions, but adding fuz_gitops to this repo is heavy -->
<h2 class="mt_0 mb_xl2 px_md">other packages</h2>
<menu class="unstyled size_lg">
<a class="row chip bg px_md py_xs radius_sm mb_lg" href="https://moss.ryanatkn.com/"
><Svg data={moss_logo} size="var(--icon_size_lg)" />
<span class="ml_lg">moss</span></a
>
<a class="row chip bg px_md py_xs radius_sm mb_lg" href="https://template.fuz.dev/"
><Svg data={fuz_template_logo} size="var(--icon_size_lg)" />
<span class="ml_lg">fuz_template</span></a
Expand Down

0 comments on commit 5cc6c9a

Please sign in to comment.