Many changes.

This commit is contained in:
Daniel
2023-02-19 07:02:02 +03:30
parent d19204f4c0
commit e0f4c71eb2
19 changed files with 282 additions and 122 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { signOut } from "next-auth/react";
export default function Navbar() {
return (
<div className="flex justify-between p-5">
<div className="flex justify-between p-5 border-solid border-b-sky-100 border border-l-white">
<p>Navbar</p>
<div onClick={() => signOut()} className="cursor-pointer w-max">
Sign Out