This commit is contained in:
Joshua Bemenderfer
2025-09-08 16:24:38 -04:00
parent 70200a4091
commit 9d9757e868
79 changed files with 11705 additions and 3554 deletions

View File

@@ -1,5 +1,5 @@
{% macro render(node) %}
{% if node.variant == 'small' %}
{% if node.variant == 'light' %}
<div class="flex gap-2 items-center {{node.class}}">
<img src="/public/logo.png" class="w-8 h-8" alt=""/>
<span class="text-3xl text-transparent bg-clip-text bg-gradient-to-b from-primary-400 to-primary-600">Terrace</span>