Skip to content

Commit 4a8dea1

Browse files
www: link banner to Fresh 2 blog post (#2958)
Fixes #2957
1 parent e996b5e commit 4a8dea1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

www/routes/index.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,9 @@ function HelloBar() {
7676
return (
7777
<a
7878
class="bg-gradient-to-r from-blue-200 to-yellow-200 via-green-300 text-black border-b border-green-400 p-4 text-center group"
79-
href="https://deno.com/blog/fresh-1.6"
79+
href="https://deno.com/blog/an-update-on-fresh"
8080
>
81-
<b>Fresh v1.6</b> has been released with <b>Tailwind CSS</b>,{" "}
82-
<b>better Plugin API</b> and more{" "}
81+
News about <b>the upcoming Fresh 2</b>{" "}
8382
<span class="group-hover:underline"></span>
8483
</a>
8584
);

0 commit comments

Comments
 (0)