- Updated the colors of the application;
- Added the ability for a user to partially update their profile
This commit is contained in:
@@ -10,7 +10,7 @@ interface Props {
|
||||
export default function Navbar({user}: Props) {
|
||||
return (
|
||||
<header className="w-full bg-transparent py-4 gap-2 flex items-center">
|
||||
<h1 className="font-bold text-2xl w-1/6 px-8">eCrop</h1>
|
||||
<h1 className="font-bold text-2xl w-1/6 px-8">EnCoach</h1>
|
||||
<div className="flex justify-between w-5/6 mr-8">
|
||||
<input type="text" placeholder="Search..." className="rounded-full py-4 px-6 border border-mti-gray-platinum outline-none" />
|
||||
<Link href="/profile" className="flex gap-3 items-center justify-end">
|
||||
|
||||
Reference in New Issue
Block a user