Skip to content

Commit 9cc7dce

Browse files
committed
fix(explore): add set page
1 parent 20a10d6 commit 9cc7dce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/ExploreSetPage/ExploreSetPage.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { useVote } from "@/hooks/queries/voting/useVote";
1010
import { useUserVotes } from "@/hooks/queries/voting/useUserVotes";
1111
import { useState } from "react";
1212
import { useExplorableSets } from "./useExplorableSets";
13+
import { PageTitle } from "@/components/PageTitle/PageTitle";
1314

1415
export function ExploreSetPage() {
1516
const { edition, basePath } = useFestivalEdition();
@@ -52,6 +53,7 @@ export function ExploreSetPage() {
5253

5354
return (
5455
<div className="relative min-h-screen bg-gradient-to-b from-purple-900 to-black">
56+
<PageTitle title={`Explore Sets - ${edition.name}`} />
5557
<ExplorePageHeader
5658
basePath={basePath}
5759
editionName={edition.name}

0 commit comments

Comments
 (0)