Fix spelling on "Tottle darkmode"

This commit is contained in:
Daddie0
2021-07-10 23:28:35 +02:00
committed by GitHub
parent 1d19cd0d6c
commit 737a866bf7

View File

@@ -33,7 +33,7 @@ export const Footer: React.FC<{
<a
className={styles.toggleDarkMode}
onClick={toggleDarkModeCb}
title='Tottle dark mode'
title='Toggle dark mode'
>
{isDarkMode ? <IoMoonSharp /> : <IoSunnyOutline />}
</a>