We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98127ec commit ec5b4e9Copy full SHA for ec5b4e9
pages/events/banners.tsx
@@ -20,7 +20,7 @@ interface Props {
20
}
21
22
export default function Banners(props: Props & { location: string }) {
23
- const desc = "View ongoing and future events of Genshin Impact."
+ const desc = "An automatically updating list of past, current and announced Event Wishes of Genshin Impact."
24
const [filter, setFilter] = useState(false)
25
26
const [bannerType, setBannerType] = useState("both" as "both" | "char" | "weapons")
0 commit comments