We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15a9bf4 + 060a9cd commit 0fc7313Copy full SHA for 0fc7313
website/app/components/sidebar/sidebarFooter.tsx
@@ -14,7 +14,7 @@ const SidebarFooter = ({ npmVersion }: iSidebar) => {
14
<div className="w-full border-b-2 border-dashed border-neutral-200 py-2 text-sm dark:border-neutral-800">
15
<div className="font-medium">
16
<a
17
- href={`https://github.com/pheralb/toast/releases/tag/${npmVersion}`}
+ href={`https://github.com/pheralb/toast/releases/tag/v${npmVersion}`}
18
target="_blank"
19
rel="noreferrer"
20
className="group flex items-center py-1 text-neutral-600 transition-colors duration-100 hover:text-black dark:text-neutral-400 dark:decoration-neutral-700 dark:hover:text-white"
0 commit comments