Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
melindafekete committed Jan 30, 2025
1 parent 5ae3b20 commit 4ec8988
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1049,4 +1049,4 @@ class="header-github-link"
],
clientModules: ['./global.js'],
};
}
}
8 changes: 4 additions & 4 deletions website/src/theme/Footer/Logo/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.footerLogoLink {
opacity: 0.5;
transition: opacity var(--ifm-transition-fast)
var(--ifm-transition-timing-default);
opacity: 0.5;
transition: opacity var(--ifm-transition-fast)
var(--ifm-transition-timing-default);
}

.footerLogoLink:hover {
opacity: 1;
opacity: 1;
}

0 comments on commit 4ec8988

Please sign in to comment.