Skip to content

Commit a16b792

Browse files
committed
Separator in menu
1 parent 62d19f8 commit a16b792

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/components/header/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import Menu from "./_children/menu";
77
export default function Header() {
88
return (
99
<header className="fixed top-0 z-10 flex items-center justify-center w-full mx-auto mt-2">
10-
<nav className="flex px-4 py-2 text-sm font-medium rounded-full text-gray-600 dark:text-gray-200 justify-center items-center gap-4 lg:gap-14">
11-
<Menu />
12-
<div className="flex flex-row justify-end gap-4">
10+
<nav className="flex px-4 py-2 text-sm font-medium rounded-full text-gray-600 dark:text-gray-200 justify-center items-center divide-x divide-gray-300 dark:divide-neutral-500">
11+
<Menu className="pr-4" />
12+
<div className="flex flex-row justify-end gap-4 pl-4">
1313
<BtnLanguage />
1414
<BtnTheme />
1515
</div>

0 commit comments

Comments
 (0)