Skip to content

Commit

Permalink
dont force timestamps to open in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgeiss0702 committed Jan 17, 2025
1 parent afccd20 commit f164401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/subcomponents/SubTopics.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<a
class="hidden-link"
href="https://youtube.com/watch?v={youtubeId}&t={topic.time}"
target="_blank" rel="noopener"
rel="noopener"
>
<span class="opacity-70">
{topic.timeString}
Expand Down
2 changes: 1 addition & 1 deletion src/routes/history/show/[...showDate]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<a
class="hidden-link"
href="https://youtube.com/watch?v={youtubeId}&t={timestamp.time}"
target="_blank" rel="noopener"
rel="noopener"
>
<span class="opacity-70">
{timestamp.timeString}
Expand Down

0 comments on commit f164401

Please sign in to comment.