Skip to content

Commit 0b3a249

Browse files
Kapil GowruKapil Gowru
authored andcommitted
fix: added changelog icon
1 parent e48260b commit 0b3a249

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

fern/products/sdks/introduction.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ description: Generate idiomatic SDKs in multiple programming languages
99
display: flex;
1010
padding: 0.25rem 0.5rem;
1111
align-items: center;
12-
gap: 0.25rem;
1312
justify-content: center;
1413
border-radius: 0.5rem;
1514
transition: background-color 0.15s ease-in-out;
1615
position: relative;
1716
height: 2rem;
17+
text-decoration: none !important;
1818
1919
img {
2020
flex-shrink: 0;
@@ -34,6 +34,7 @@ description: Generate idiomatic SDKs in multiple programming languages
3434
}
3535
3636
&:hover {
37+
gap: 0.25rem;
3738
background-color: var(--grayscale-a3);
3839
3940
div {
@@ -69,13 +70,13 @@ description: Generate idiomatic SDKs in multiple programming languages
6970
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="arrow-right hidden dark:block m-0" noZoom />
7071
</div>
7172
<div class="flex items-center gap-2">
72-
<div class="text-(color:--grayscale-a12) text-body text-base font-light">
73+
<div class="text-(color:--grayscale-a10) text-body text-base font-light">
7374
v<Markdown src="/snippets/version-number-ts.mdx"/>
7475
</div>
7576
<a class="changelog-button text-(color:--grayscale-a12) text-body text-base font-light" href="/sdks/generators/typescript/changelog">
7677
<img src="./images/icons/changelog-icon.svg" alt="Changelog" className="m-0 dark:hidden" noZoom />
7778
<img src="./images/icons/changelog-icon-dark.svg" alt="Changelog" className="m-0 hidden dark:block" noZoom />
78-
<div class="text-(color:--grayscale-a12) text-body text-base font-light">
79+
<div class="text-(color:--grayscale-a10) text-body text-base font-light">
7980
Changelog
8081
</div>
8182
</a>

0 commit comments

Comments
 (0)