mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
Fix spelling on "Tottle darkmode"
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user