Skip to content

Commit

Permalink
Fix link back to all videos
Browse files Browse the repository at this point in the history
  • Loading branch information
olilag authored Aug 8, 2024
1 parent c7d945c commit 466eef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/videos/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async function getPage(req: SessionRequest): Promise<JSX.Element> {
disablePictureInPicture
controls
/>
<a href="/videos" className="btn absolute right-2 top-2">
<a href="/videos/all" className="btn absolute right-2 top-2">
Späť
</a>
</div>
Expand Down

0 comments on commit 466eef2

Please sign in to comment.