press page

This commit is contained in:
alma 2025-05-05 12:07:17 +02:00
parent 3b48f1fea2
commit be51107b1b

View File

@ -22,6 +22,7 @@ import {
Circle,
Menu,
Newspaper,
BookOpenText,
} from "lucide-react";
import Image from "next/image";
import Link from "next/link";
@ -279,7 +280,7 @@ export function MainNav() {
<span className="sr-only">Radio</span>
</Link>
<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>
</Link>
<Link href='/announcement' className='text-white/80 hover:text-white'>
@ -409,4 +410,4 @@ export function MainNav() {
/>
</>
);
}
}