We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e996b5e commit 4a8dea1Copy full SHA for 4a8dea1
www/routes/index.tsx
@@ -76,10 +76,9 @@ function HelloBar() {
76
return (
77
<a
78
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"
+ href="https://deno.com/blog/an-update-on-fresh"
80
>
81
- <b>Fresh v1.6</b> has been released with <b>Tailwind CSS</b>,{" "}
82
- <b>better Plugin API</b> and more{" "}
+ News about <b>the upcoming Fresh 2</b>{" "}
83
<span class="group-hover:underline">→</span>
84
</a>
85
);
0 commit comments