Skip to content

Commit c99ca3a

Browse files
committed
ktl-1470 chore: replaced JetBrains logo in footer
1 parent 849c2f9 commit c99ca3a

File tree

3 files changed

+23
-14
lines changed

3 files changed

+23
-14
lines changed

src/components/Footer/footer.module.css

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
.footer {
1111
display: flex;
1212
margin-top: calc(-1 * var(--ktl-box-section-l));
13+
flex-direction: row-reverse;
14+
15+
@media (--ktl-ds) {
16+
flex-direction: initial;
17+
}
1318
}
1419

1520
.nav {
@@ -67,16 +72,12 @@
6772
}
6873
}
6974

70-
.support {
71-
margin-left: auto;
72-
73-
display: flex;
74-
align-items: center;
75+
.logo {
76+
margin-bottom: 3px;
7577
}
7678

7779
.supportLabel {
78-
margin: 0 var(--ktl-box-block-m) 0 0;
79-
text-align: right;
80+
margin: 0;
8081
}
8182

8283
.supportLink {

src/components/Footer/index.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,10 @@ const FooterMarkup = () => {
2828
))}
2929
</ul>
3030
<div className={cn(textCn('ktl-text-3'), styles.support)}>
31-
<p className={styles.supportLabel}>
32-
Supported and developed
33-
<br />
34-
by JetBrains
35-
</p>
3631
<a className={styles.supportLink} href="https://jetbrains.com" target="_blank" rel="noreferrer noopener">
37-
<img alt="JetBrains Logo" src={svgLogo} />
32+
<img alt="JetBrains Logo" src={svgLogo} className={styles.logo} />
3833
</a>
34+
<p className={styles.supportLabel}>Supported and developed by JetBrains</p>
3935
</div>
4036
</div>
4137
</footer>

src/images/jb.svg

Lines changed: 13 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)