wip
This commit is contained in:
@@ -4,6 +4,7 @@ import React from 'react';
|
||||
import Link from 'next/link';
|
||||
import { usePathname } from 'next/navigation';
|
||||
import UserPill from '@/components/profile/UserPill';
|
||||
import NotificationCenter from '@/components/notifications/NotificationCenter';
|
||||
import { useAuth } from '@/lib/auth/AuthContext';
|
||||
|
||||
type AlphaNavProps = Record<string, never>;
|
||||
@@ -66,6 +67,7 @@ export function AlphaNav({}: AlphaNavProps) {
|
||||
</div>
|
||||
|
||||
<div className="hidden md:flex items-center space-x-3">
|
||||
<NotificationCenter />
|
||||
<UserPill />
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user