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 14369f0 commit 7a25b15Copy full SHA for 7a25b15
usehooks.com/src/components/QueryGGBanner.astro
@@ -7,7 +7,7 @@ import Button from "./Button.astro";
7
class="w-full lg:flex lg:gap-6 bg-brand-beige border-4 border-brand-charcoal"
8
>
9
<a
10
- href="https://query.gg"
+ href="https://query.gg?s=usehooks"
11
class="lg:w-7/12 pb-4 grid grid-cols-[70px_1fr_70px] sm:grid-cols-[100px_1fr_100px] lg:grid-cols-[110px_1fr] xl:grid-cols-[150px_1fr]"
12
13
<img src={"/img/querygg/corner-top-left.svg"} alt="" class="sun" />
0 commit comments