press page
This commit is contained in:
parent
3b48f1fea2
commit
be51107b1b
@ -22,6 +22,7 @@ import {
|
|||||||
Circle,
|
Circle,
|
||||||
Menu,
|
Menu,
|
||||||
Newspaper,
|
Newspaper,
|
||||||
|
BookOpenText,
|
||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
@ -279,7 +280,7 @@ export function MainNav() {
|
|||||||
<span className="sr-only">Radio</span>
|
<span className="sr-only">Radio</span>
|
||||||
</Link>
|
</Link>
|
||||||
<Link href='/press' className='text-white/80 hover:text-white'>
|
<Link href='/press' className='text-white/80 hover:text-white'>
|
||||||
<Newspaper className='w-5 h-5' />
|
<BookOpenText className='w-5 h-5' />
|
||||||
<span className="sr-only">Press</span>
|
<span className="sr-only">Press</span>
|
||||||
</Link>
|
</Link>
|
||||||
<Link href='/announcement' className='text-white/80 hover:text-white'>
|
<Link href='/announcement' className='text-white/80 hover:text-white'>
|
||||||
@ -409,4 +410,4 @@ export function MainNav() {
|
|||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user