ran prettier with new config on components directory

This commit is contained in:
Benjamin Lesne
2023-10-18 14:50:19 +02:00
parent 3c7e2c5c53
commit c9ae2edb93
4 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ const ThemeSwitch = () => {
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
fill="currentColor"
className="text-gray-900 dark:text-gray-100 h-6 w-6"
className="h-6 w-6 text-gray-900 dark:text-gray-100"
>
{mounted && (theme === 'dark' || resolvedTheme === 'dark') ? (
<path