Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 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/data/showcase.json
Original file line number Diff line number Diff line change
Expand Up @@ -445,4 +445,4 @@
"github": "https://github.com/MoatezNG",
"image": "moatez-desktop"
}
]
]
4 changes: 2 additions & 2 deletions www/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ 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>{" "}
<span class="group-hover:underline">→</span>
Fresh 2 <b>release with vite</b>{" "}
<span class="group-hovser:underline">→</span>
Copy link
Contributor

Choose a reason for hiding this comment

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

typo -> hovser

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you! 🙏

</a>
);
}
Loading