We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef60be commit 2a740a2Copy full SHA for 2a740a2
1 file changed
www/routes/index.tsx
@@ -77,7 +77,7 @@ function HelloBar() {
77
return (
78
<a
79
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"
+ href="https://deno.com/blog/fresh-2.3"
81
>
82
<span class="font-bold">Fresh 2.3 is here!</span>
83
<span class="hidden sm:inline">—</span>
0 commit comments