Skip to content
Merged
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion www/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function HelloBar() {
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"
href="https://deno.com/blog/fresh-and-vite"
>
Fresh 2 <b>beta release with vite</b>{" "}
Fresh 2 <b>release with vite</b>{" "}
<span class="group-hover:underline">→</span>
</a>
);
Expand Down
Loading