Skip to content

Commit

Permalink
remove Zzz from project links for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Dec 6, 2024
1 parent aeadb4e commit e342fd8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/stupid-horses-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ryanatkn/fuz': patch
---

remove Zzz from project links for now
7 changes: 4 additions & 3 deletions src/lib/Project_Links.svelte
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<script lang="ts">
import Svg from '$lib/Svg.svelte';
import {zzz_logo, gro_logo, fuz_logo, moss_logo, fuz_template_logo} from '$lib/logos.js';
import {gro_logo, fuz_logo, moss_logo, fuz_template_logo} from '$lib/logos.js';
const size = 'var(--icon_size_lg)';
</script>

<!--<a href="https://www.spiderspace.org/"></a>--><!--<a href="https://www.webdevladder.net/"></a>--><a
<!--<a href="https://www.spiderspace.org/"></a>--><!--<a href="https://www.webdevladder.net/"></a>-->
<!-- <a
class="project_link"
title="Zzz - bot control hq"
href="https://www.zzzbot.dev/"><Svg data={zzz_logo} {size} /><span class="name">Zzz</span></a
>
> -->
<a class="project_link" title="Moss - CSS framework" href="https://moss.ryanatkn.com/"
><Svg data={moss_logo} {size} /><span class="name">Moss</span></a
>
Expand Down

0 comments on commit e342fd8

Please sign in to comment.