Skip to content

Commit 24581b3

Browse files
pklaschkaactions-user
authored andcommitted
style: 🚨 Fix prettier issues in main automatically
1 parent 21f6c0f commit 24581b3

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

src/theme/Footer/index.js

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,13 @@ function Footer() {
6161

6262
return (
6363
<>
64-
<ThemedImage sources={{
65-
light: useBaseUrl('/img/waves/accent-below-4.svg'),
66-
dark: useBaseUrl('/img/waves/accent-below-4-dark.svg')
67-
}} className="waves" />
64+
<ThemedImage
65+
sources={{
66+
light: useBaseUrl('/img/waves/accent-below-4.svg'),
67+
dark: useBaseUrl('/img/waves/accent-below-4-dark.svg')
68+
}}
69+
className="waves"
70+
/>
6871
<footer
6972
className={clsx('footer', {
7073
'footer--dark': footer.style === 'dark'

src/theme/Footer/styles.module.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
*/
77

88
.footerLogoLink {
9-
opacity: 0.5;
10-
transition: opacity var(--ifm-transition-fast) var(--ifm-transition-timing-default);
9+
opacity: 0.5;
10+
transition: opacity var(--ifm-transition-fast)
11+
var(--ifm-transition-timing-default);
1112
}
1213

1314
.footerLogoLink:hover {
14-
opacity: 1;
15+
opacity: 1;
1516
}

0 commit comments

Comments
 (0)