diff options
| author | schererleander <leander@schererleander.de> | 2025-06-25 15:44:30 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-06-25 15:44:30 +0200 |
| commit | 01194a1ba354593b1fa633c7f12394ddd785cfed (patch) | |
| tree | 2ea9d8aaca344b877319c913530bc84f32bae14f /src/components | |
| parent | a0416486a00d5efd2299e46569170a151a8e68fd (diff) | |
Reapply "svg attributes to camelCase"
This reverts commit 638c33d4b2682cf2ed8263afb09e9ef5d8459ffc.
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/ThemeToggle.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ThemeToggle.tsx b/src/components/ThemeToggle.tsx index 8e1e2aa..fa269b1 100644 --- a/src/components/ThemeToggle.tsx +++ b/src/components/ThemeToggle.tsx @@ -13,7 +13,7 @@ export default function ThemeToggle() { stroke="currentColor" aria-hidden="true" > - <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z"></path></svg> + <path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z"></path></svg> ) : ( <svg className="w-5 h-5" @@ -22,7 +22,7 @@ export default function ThemeToggle() { stroke="currentColor" aria-hidden="true" > - <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z"></path></svg> + <path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z"></path></svg> )} </button> ); |
