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 fcdaffe commit d21aa1dCopy full SHA for d21aa1d
website/src/pages/index.tsx
@@ -10,7 +10,7 @@ import UwuLogoUrl from "@site/static/img/uwulogo.png";
10
11
function HomepageHeader() {
12
const { siteConfig } = useDocusaurusContext();
13
- const uwu = new URLSearchParams(window.location.search).get("uwu") !== null;
+ const uwu = window.location.search.includes("uwu");
14
15
return (
16
<header className={clsx("hero hero--primary", styles.heroBanner)}>
0 commit comments