File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ export default function SDKsSection() {
138
138
section covers everything you need to know for creating live video
139
139
and voice solutions for web applications.
140
140
</ p >
141
- < Link className = "text-sm" > Learn More →</ Link >
141
+ { /* <Link className="text-sm">Learn More →</Link> */ }
142
142
</ div >
143
143
< div className = "flex-1 bg-secondary-800 p-6 px-8 lg:rounded-l-3xl" >
144
144
< h4 > UI Kit</ h4 >
@@ -206,9 +206,9 @@ export default function SDKsSection() {
206
206
help you deliver best-in-class real-time communication experience
207
207
for your mobile applications.
208
208
</ p >
209
- < Link className = "text-sm" href = "#" >
209
+ { /* <Link className="text-sm" href="#">
210
210
Learn More →
211
- </ Link >
211
+ </Link> */ }
212
212
</ div >
213
213
< div className = "flex flex-1 flex-col bg-secondary-800 p-6 px-8 lg:rounded-l-3xl" >
214
214
< h4 > UI Kit</ h4 >
@@ -217,7 +217,7 @@ export default function SDKsSection() {
217
217
using Dyte's prebuilt design library of UI components.
218
218
</ p >
219
219
< div className = "flex flex-1 flex-col justify-end" >
220
- < div className = "rounded-2xl bg-secondary-700 p-4 dark:bg-secondary-800 " >
220
+ < div className = "rounded-2xl bg-secondary-700 p-4 dark:bg-secondary-900 " >
221
221
< h5 className = "text-center text-xs text-text-400" >
222
222
COMING SOON
223
223
</ h5 >
Original file line number Diff line number Diff line change @@ -739,6 +739,10 @@ html[data-theme='dark'] .dropdown > .navbar__link:after {
739
739
@apply font-medium;
740
740
}
741
741
742
+ .dyte-dropdown h3 {
743
+ @apply font-bold;
744
+ }
745
+
742
746
.sdks-dropdown h2 {
743
747
@apply text-lg;
744
748
}
You can’t perform that action at this time.
0 commit comments