Skip to content

Commit

Permalink
update component darkmode and use hiddenLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Jun 30, 2024
1 parent 3f12464 commit b544de8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"preview": "vite preview"
},
"dependencies": {
"darkmode-react-component": "^0.1.5",
"darkmode-react-component": "^0.1.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-techs-logos": "^0.1.9"
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function App() {
<img src={reactLogo} alt="React logo" />
<h1>react-techs-logos@{version}</h1>
</a>
<DarkModeReact />
<DarkModeReact hiddenLabel />
</div>
<div className="content">
<h2>Install</h2>
Expand Down

0 comments on commit b544de8

Please sign in to comment.