fix: update Shows link to point to movies.jefflix.lol
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
22f0ab2fe6
commit
f66e6d7434
|
|
@ -62,7 +62,7 @@ export default function JefflixPage() {
|
|||
className="text-lg px-8 py-6 font-bold bg-blue-600 hover:bg-blue-700 text-white"
|
||||
variant="default"
|
||||
>
|
||||
<a href="https://shows.jefflix.lol">
|
||||
<a href="https://movies.jefflix.lol">
|
||||
<Tv className="mr-2 h-5 w-5" />
|
||||
Shows
|
||||
</a>
|
||||
|
|
@ -215,7 +215,7 @@ export default function JefflixPage() {
|
|||
size="lg"
|
||||
className="text-lg px-8 py-6 font-bold bg-blue-600 hover:bg-blue-700 text-white"
|
||||
>
|
||||
<a href="https://shows.jefflix.lol">
|
||||
<a href="https://movies.jefflix.lol">
|
||||
<Tv className="mr-2 h-5 w-5" />
|
||||
Shows
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue