Skip to content

Commit

Permalink
Remove links temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
balintking committed Dec 13, 2024
1 parent 5bd5e15 commit a7f4c96
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions apps/frontend/src/components/layout/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function Header() {

return (
<header className='px-4 py-4 flex items-center justify-between'>
<Link href='/apps/frontend/public' className='flex items-center space-x-2'>
<Link href='/' className='flex items-center space-x-2'>
<span className={`${GeistSans.className} text-2xl font-bold tracking-tighter`}>MMMK</span>
</Link>

Expand Down Expand Up @@ -58,7 +58,7 @@ export function Header() {
</DropdownMenuItem>
<DropdownMenuSeparator />
<DropdownMenuItem asChild>
<Link href='/apps/frontend/public'>Profile</Link>
<Link href='/'>Profile</Link>
</DropdownMenuItem>
<DropdownMenuItem>Log out</DropdownMenuItem>
</DropdownMenuContent>
Expand Down
16 changes: 8 additions & 8 deletions apps/frontend/src/components/layout/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ export function Sidebar() {
<div className='mt-10 space-y-10'>
<div className='space-y-2'>
<Button variant='blastActive' className='w-full justify-start' asChild>
<Link href='/apps/frontend/public'>
<Link href='/'>
<Radio className='mr-2 h-4 w-4' />
Feed
</Link>
</Button>
<Button variant='blast' className='w-full justify-start' asChild>
<Link href='/apps/frontend/public'>
<Link href='/'>
<ListMusic className='mr-2 h-4 w-4' />
Bands
</Link>
Expand All @@ -37,19 +37,19 @@ export function Sidebar() {
<h2 className='text-xs uppercase text-zinc-400 font-bold mb-2'>About Us</h2>
<div className='space-y-2'>
<Button variant='blast' className='w-full justify-start' asChild>
<Link href='/apps/frontend/public'>
<Link href='/'>
<Heart className='mr-2 h-4 w-4' />
MMMK
</Link>
</Button>
<Button variant='blast' className='w-full justify-start' asChild>
<Link href='/apps/frontend/public'>
<Link href='/'>
<MicVocal className='mr-2 h-4 w-4' />
The Room
</Link>
</Button>
<Button variant='blast' className='w-full justify-start' asChild>
<Link href='/apps/frontend/public'>
<Link href='/'>
<BookAudio className='mr-2 h-4 w-4' />
Rules
</Link>
Expand All @@ -61,13 +61,13 @@ export function Sidebar() {
<h2 className='text-xs uppercase text-zinc-400 font-bold mb-2'>For Members</h2>
<div className='space-y-2'>
<Button variant='blast' className='w-full justify-start' asChild>
<Link href='/apps/frontend/public'>
<Link href='/'>
<CalendarPlus className='mr-2 h-4 w-4' />
New Reservations
</Link>
</Button>
<Button variant='blast' className='w-full justify-start' asChild>
<Link href='/apps/frontend/public'>
<Link href='/'>
<BarChart3 className='mr-2 h-4 w-4' />
Statistics
</Link>
Expand All @@ -79,7 +79,7 @@ export function Sidebar() {
<h2 className='text-xs uppercase text-zinc-400 font-bold mb-2'>Admin</h2>
<div className='space-y-2'>
<Button variant='blast' className='w-full justify-start' asChild>
<Link href='/apps/frontend/public'>
<Link href='/'>
<KeyboardMusic className='mr-2 h-4 w-4' />
Super View
</Link>
Expand Down

0 comments on commit a7f4c96

Please sign in to comment.