Skip to content

Commit

Permalink
updates show path to /show/ in transcripts tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
stolinski committed Oct 20, 2023
1 parent 3dcb50b commit bdfe2c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<a
data-sveltekit-noscroll
class:active={!$page.params.tab}
href="/shows/{$page.params.show_number}/{$page.params.slug}">Show Notes</a
href="/show/{$page.params.show_number}/{$page.params.slug}">Show Notes</a
>
<a
class:active={$page.params.tab === 'transcript'}
Expand Down

0 comments on commit bdfe2c9

Please sign in to comment.