@@ -57,7 +57,7 @@ if (!title) title = 'Astral Halo';
aria-label={subItem.text}
class="btn-ghost btn-primary rounded-field"
>
- <span class="text-xl tracking-wide">{subItem.text}</span>
+ <span class="text-xl tracking-wide text-nowrap">{subItem.text}</span>
</Button>
))}
</ul>