Skip to content

Commit dca78bb

Browse files
Copilottyler-dane
andcommitted
refactor(MobileGate): remove redundant font-normal class
Co-authored-by: tyler-dane <[email protected]>
1 parent ea28e7f commit dca78bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/components/MobileGate/MobileGate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const MobileGate: React.FC = () => {
1313
<h1 className="mb-6 font-sans text-2xl font-medium text-white">
1414
Compass isn&apos;t built for mobile yet
1515
</h1>
16-
<p className="text-text-light-inactive mb-8 font-sans text-base leading-relaxed font-normal">
16+
<p className="text-text-light-inactive mb-8 font-sans text-base leading-relaxed">
1717
We&apos;re focusing on perfecting the web experience first. Join our
1818
mobile waitlist to be the first to know when we launch.
1919
</p>

0 commit comments

Comments
 (0)