Update GPT and add Profile
This commit is contained in:
@@ -34,10 +34,13 @@ export function Layout() {
|
||||
</Link>
|
||||
|
||||
<div className="flex items-center gap-3 ml-4 pl-4 border-l border-gray-700">
|
||||
<div className="flex items-center gap-2 text-gray-300">
|
||||
<Link
|
||||
to="/profile"
|
||||
className="flex items-center gap-2 text-gray-300 hover:text-white transition-colors"
|
||||
>
|
||||
<User className="w-5 h-5" />
|
||||
<span>{user?.nickname}</span>
|
||||
</div>
|
||||
</Link>
|
||||
|
||||
<TelegramLink />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user