Skip to content

Commit 2a740a2

Browse files
committed
fix: update HelloBar blog post URL
1 parent 2ef60be commit 2a740a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/routes/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function HelloBar() {
7777
return (
7878
<a
7979
class="bg-gradient-to-r from-blue-200 to-yellow-200 via-green-300 text-black border-b border-green-400 px-4 py-3 text-center group flex flex-col sm:flex-row items-center justify-center gap-1 sm:gap-3"
80-
href="https://deno.com/blog/fresh_v2.3"
80+
href="https://deno.com/blog/fresh-2.3"
8181
>
8282
<span class="font-bold">Fresh 2.3 is here!</span>
8383
<span class="hidden sm:inline"></span>

0 commit comments

Comments
 (0)