Skip to content

Commit 0fc7313

Browse files
authored
Merge pull request #2 from USpiri/fix-release-url
fix: add missing 'v' on version release link
2 parents 15a9bf4 + 060a9cd commit 0fc7313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/app/components/sidebar/sidebarFooter.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const SidebarFooter = ({ npmVersion }: iSidebar) => {
1414
<div className="w-full border-b-2 border-dashed border-neutral-200 py-2 text-sm dark:border-neutral-800">
1515
<div className="font-medium">
1616
<a
17-
href={`https://github.com/pheralb/toast/releases/tag/${npmVersion}`}
17+
href={`https://github.com/pheralb/toast/releases/tag/v${npmVersion}`}
1818
target="_blank"
1919
rel="noreferrer"
2020
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

Comments
 (0)