Skip to content

Commit ec5b4e9

Browse files
committed
Update desc
1 parent 98127ec commit ec5b4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/events/banners.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface Props {
2020
}
2121

2222
export default function Banners(props: Props & { location: string }) {
23-
const desc = "View ongoing and future events of Genshin Impact."
23+
const desc = "An automatically updating list of past, current and announced Event Wishes of Genshin Impact."
2424
const [filter, setFilter] = useState(false)
2525

2626
const [bannerType, setBannerType] = useState("both" as "both" | "char" | "weapons")

0 commit comments

Comments
 (0)