Skip to content

Commit

Permalink
fix: redirect issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 2, 2023
1 parent 4cee6c9 commit 9c8aa53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Sentence.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function Sentence({
return (
<li className="mb-2 list-disc">
<a
href={`${baseUrl}/?t=${encodeURIComponent(timestamp)}`}
href={`${encodeURI(`${baseUrl}/?t=${seconds}`)}`}
className="text-sky-400 hover:text-sky-600"
>
{timestamp}
Expand Down

0 comments on commit 9c8aa53

Please # to comment.