0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-09-27 23:20:24 +09:00

Update text @ toggle switch

This commit is contained in:
yude 2021-02-06 21:29:05 +09:00
parent 17c0870ff0
commit acd92dc22c

View File

@ -26,7 +26,7 @@ const Toggle = () => {
<div
className="ml-3 font-medium"
>
<span class="text-black dark:text-white">ダークモード</span>
<span class="text-black dark:text-white">🌙</span>
</div>
</label>
<style jsx>