Skip to content

Commit f2fb820

Browse files
committedMar 24, 2024··
fix: fixed open url button
1 parent a956ad9 commit f2fb820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎apps/nextjs/src/app/_components/navbar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export function Navbar(): React.ReactElement {
7171
placeholder="URL"
7272
/>
7373
<LinkButton
74-
href={`/details/${encodeURIComponent(inputUrl)}`}
74+
href={`/details/news/${encodeURIComponent(inputUrl)}`}
7575
className="aspect-square"
7676
size="icon"
7777
icon={<IconArrowRight />}

0 commit comments

Comments
 (0)
Please sign in to comment.