Skip to content
Open
Changes from all 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>{" "}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Fresh 2 <b>release with vite</b>{" "}
Fresh 2 <b>released with Vite</b>{" "}

IDK, without beta, it just sounds wrong. Probably just being to pedantic tho.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For me, it was a bit confusing hearing about 2.0 stable but still seeing the "beta" notification. I prefer consistency, but idk about the devs 🤷‍♂️

<span class="group-hover:underline">→</span>
</a>
);
Expand Down
Loading