Skip to content

Commit

Permalink
Updated links, dark mode hide
Browse files Browse the repository at this point in the history
  • Loading branch information
darickdang committed Dec 6, 2024
1 parent 51bf4d6 commit 9049450
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/components/BuiltWithXmtp/index.js

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

2 changes: 1 addition & 1 deletion src/components/ToggleButtons/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function ToggleButtons() {
<div
ref={darkModeBtnRef}
onClick={handleDarkMode}
className="hidden plausible-event-name=DarkMode w-11 h-11 rounded-full bg-gray-900 grid justify-center items-center border-2 border-solid border-gray-500 right-4 lg:right-12 bottom-5 z-[60] cursor-pointer fixed">
className="hidden opacity-0 plausible-event-name=DarkMode w-11 h-11 rounded-full bg-gray-900 grid justify-center items-center border-2 border-solid border-gray-500 right-4 lg:right-12 bottom-5 z-[60] cursor-pointer fixed">
<img src={`/img/${colorMode}.svg`} />
</div>
<div
Expand Down

0 comments on commit 9049450

Please sign in to comment.