Skip to content

Commit fde57ce

Browse files
committed
Shorten message to fit on mobile
1 parent 95ba802 commit fde57ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/layerchart/src/routes/+layout.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,12 @@
136136
<div
137137
class="fixed top-0 left-0 w-full h-8 bg-primary-700 border-b border-primary-800/50 shadow flex gap-2 items-center justify-center text-sm font-medium"
138138
>
139-
LayerChart for Svelte 5 has been released! -
139+
LayerChart for Svelte 5 released! -
140140
<a
141141
href="https://next.layerchart.com"
142142
class="font-semibold underline-offset-2 hover:underline"
143143
>
144-
Visit the preview docs <Icon data={mdiArrowTopRight} class="text-xs mt-[-2px]" />
144+
Preview <Icon data={mdiArrowTopRight} class="text-xs mt-[-2px]" />
145145
</a>
146146
</div>
147147

0 commit comments

Comments
 (0)