Skip to content

Commit

Permalink
fix weird default state.
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov committed Oct 12, 2024
1 parent 7a338c6 commit 73c7e3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion site/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default {
colorMode: {
defaultMode: 'dark',
disableSwitch: false,
respectPrefersColorScheme: true,
respectPrefersColorScheme: false,
},
docs: {
sidebar: {
Expand Down
1 change: 0 additions & 1 deletion site/src/components/SectionFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ const FeatureList: FeatureItem[] = [
</>
),
},

{
title: 'Runs on every environment',

Expand Down

0 comments on commit 73c7e3b

Please sign in to comment.