Skip to content

Commit f724e76

Browse files
committed
fix banner message on onefetch.dev
1 parent c84c145 commit f724e76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/vercel/src/Index.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
{#if tagName && htmlUrl}
4646
<div class="banner">
4747
<small
48-
>🎉 Version {tagName} is available, check the
49-
<a href={htmlUrl}>release notes</a>!!</small>
48+
>🎉 New release {tagName}! Check out the
49+
<a href={htmlUrl}>release notes</a>! 📝</small>
5050
</div>
5151
{/if}
5252
<h1>Onefetch</h1>

0 commit comments

Comments
 (0)