upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
Showing only changes of commit 1101b2c266 - Show all commits

View File

@ -44,6 +44,7 @@ const Monitor = () => (
<line x1="10" y1="13" x2="10" y2="17"></line> <line x1="10" y1="13" x2="10" y2="17"></line>
</svg> </svg>
) )
const Blank = () => <svg className="h-6 w-6" />
const ThemeSwitch = () => { const ThemeSwitch = () => {
const [mounted, setMounted] = useState(false) const [mounted, setMounted] = useState(false)