File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -167,12 +167,15 @@ export default function Home() {
167
167
</ Link >
168
168
</ div >
169
169
</ div >
170
- < span className = { styles . heroClerk } >
170
+ < div className = { styles . heroClerk } >
171
171
Looking for a hosted alternative?
172
- < a href = "https://clerk.com?utm_source=sponsorship& utm_medium = website & utm_campaign = authjs & utm_content = cta " target = "_blank" >
172
+ < a
173
+ href = "https://clerk.com?utm_source=sponsorship& utm_medium = website & utm_campaign = authjs & utm_content = cta "
174
+ target = "_blank"
175
+ >
173
176
Try Clerk →
174
177
</ a >
175
- </ span >
178
+ </ div >
176
179
< div className = "hero-marquee" >
177
180
< ProviderMarquee />
178
181
</ div >
Original file line number Diff line number Diff line change 116
116
text-align : center;
117
117
}
118
118
119
+ [data-theme = "dark" ] .heroClerk {
120
+ color : # fff ;
121
+ }
122
+
119
123
.heroClerk {
120
124
display : flex;
121
125
align-items : center;
128
132
z-index : 1000 ;
129
133
}
130
134
}
131
-
132
- [data-theme = "dark" ] .heroClerk {
133
- color : # fff ;
134
- }
You can’t perform that action at this time.
0 commit comments