Skip to content

Commit e0f158e

Browse files
committed
fix: smol ui fixes
1 parent 093b7dd commit e0f158e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

src/components/homepage/SDKsSection.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export default function SDKsSection() {
138138
section covers everything you need to know for creating live video
139139
and voice solutions for web applications.
140140
</p>
141-
<Link className="text-sm">Learn More &rarr;</Link>
141+
{/* <Link className="text-sm">Learn More &rarr;</Link> */}
142142
</div>
143143
<div className="flex-1 bg-secondary-800 p-6 px-8 lg:rounded-l-3xl">
144144
<h4>UI Kit</h4>
@@ -206,9 +206,9 @@ export default function SDKsSection() {
206206
help you deliver best-in-class real-time communication experience
207207
for your mobile applications.
208208
</p>
209-
<Link className="text-sm" href="#">
209+
{/* <Link className="text-sm" href="#">
210210
Learn More &rarr;
211-
</Link>
211+
</Link> */}
212212
</div>
213213
<div className="flex flex-1 flex-col bg-secondary-800 p-6 px-8 lg:rounded-l-3xl">
214214
<h4>UI Kit</h4>
@@ -217,7 +217,7 @@ export default function SDKsSection() {
217217
using Dyte&apos;s prebuilt design library of UI components.
218218
</p>
219219
<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">
221221
<h5 className="text-center text-xs text-text-400">
222222
COMING SOON
223223
</h5>

src/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -739,6 +739,10 @@ html[data-theme='dark'] .dropdown > .navbar__link:after {
739739
@apply font-medium;
740740
}
741741

742+
.dyte-dropdown h3 {
743+
@apply font-bold;
744+
}
745+
742746
.sdks-dropdown h2 {
743747
@apply text-lg;
744748
}

0 commit comments

Comments
 (0)