Skip to content

Commit 8fecb58

Browse files
docs: fix release post link (#2114)
1 parent dace008 commit 8fecb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-green-400 text-black border-b border-green-500 p-3 text-center group"
80-
href="https://deno.com/blog/fresh-1.5"
80+
href="https://deno.com/blog/fresh-1.6"
8181
>
8282
<b>Fresh v1.6</b> has been released with <b>Tailwind CSS</b>,{" "}
8383
<b>better Plugin API</b> and more{" "}

0 commit comments

Comments
 (0)