We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30333ed commit 45dd1ebCopy full SHA for 45dd1eb
app/components/HeroV2.tsx
@@ -13,7 +13,8 @@ export const HeroV2 = () => {
13
delay={0.6}
14
className="z-2 inline-flex items-center gap-2 self-start rounded-full border border-gray-100 bg-white px-3 py-2 text-xs font-medium shadow-lg"
15
>
16
- <ActivityDot /> Seattle, WA
+ <ActivityDot />
17
+ Seattle, WA
18
</AnimatedElement>
19
20
<h1 className="xs:text-5xl relative z-5 text-4xl leading-[1] font-medium tracking-tight text-slate-900 sm:text-6xl lg:text-7xl">
0 commit comments