0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 23:36:01 +09:00

Change component name

This commit is contained in:
yude 2021-05-23 10:37:23 +09:00
parent d1f0180c13
commit a1cf438b97
Signed by: yude
GPG Key ID: EB0FE5D925C4A968
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ import "tailwindcss/tailwind.css";
import Popper from "popper.js";
import Link from 'next/link';
import LangSelector from "./LangSelector"
import DarkmodeSwitcher from "./DarkmodeSwitcher"
import ThemeSelector from "./ThemeSelector"
const Navbar = () => {
return (
@ -16,7 +16,7 @@ const Navbar = () => {
</a>
</Link>
<div className="origin-top-right absolute right-0">
<DarkmodeSwitcher />
<ThemeSelector />
<LangSelector />
</div>
</nav>