Skip to content

Commit

Permalink
Update Popup.tsx (#236)
Browse files Browse the repository at this point in the history
Fix homepage URL
  • Loading branch information
sudocurse authored Dec 5, 2023
1 parent 67ee1ab commit bc4a69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/popup/Popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const Popup = () => {
<div className="header">Easysubs</div>
<menu>
<li>
<a target="_blank" href="https://easysubs.co" rel="noreferrer">
<a target="_blank" href="https://easysubs.cc" rel="noreferrer">
Home
</a>
</li>
Expand Down

0 comments on commit bc4a69e

Please sign in to comment.