Skip to content

Commit 2b3a703

Browse files
committed
fix syntax
1 parent 30155d2 commit 2b3a703

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

home.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ export function openSearch() {
1616
<div
1717
className="text-white font-branded text-hero"
1818
style={{
19-
font-family: "GraphikWide";
20-
letter-spacing: -1%;
21-
color: white;
22-
font-weight: 600;
23-
font-size: 3rem;
24-
margin: 0;
19+
fontFamily: 'GraphikWide',
20+
letterSpacing: '-1%',
21+
color: 'white',
22+
fontWeight: 600,
23+
fontSize: '3rem',
24+
margin: 0
2525
}}>
2626
Tap into what's happening to build what's next
2727
</div>
@@ -88,8 +88,8 @@ export function openSearch() {
8888
<div
8989
className="text-gray-900 dark:text-gray-200 font-branded"
9090
style={{
91-
font-family: "GraphikWide";
92-
letter-spacing: -1%;
91+
fontFamily: 'GraphikWide',
92+
letterSpacing: '-1%',
9393
textAlign: 'center',
9494
fontSize: '24px',
9595
fontWeight: '400',
@@ -114,8 +114,8 @@ export function openSearch() {
114114
<div
115115
className="font-branded text-gray-900 dark:text-gray-200"
116116
style={{
117-
font-family: "GraphikWide";
118-
letter-spacing: -1%;
117+
fontFamily: 'GraphikWide',
118+
letterSpacing: '-1%',
119119
fontWeight: '600',
120120
fontSize: '2rem',
121121
margin: '0',

0 commit comments

Comments
 (0)