@@ -23,7 +23,7 @@ export const NavItems = ({ items, inverted = false }: Props) => {
2323 {
2424 "text-white" : inverted ,
2525 "text-primary" : ! inverted ,
26- } ,
26+ }
2727 ) }
2828 >
2929 < a
@@ -35,7 +35,7 @@ export const NavItems = ({ items, inverted = false }: Props) => {
3535 "font-bold inline-block w-full text-3xl xl:text-base p-5 text-center" ,
3636 "xl:text-left xl:p-2 xl:px-5" ,
3737 "xl:group-hover:bg-secondary xl:group-hover:rounded-[30px] xl:group-hover:text-white" ,
38- "xl:group-focus-within:bg-secondary xl:group-focus-within:rounded-[30px] xl:group-focus-within:text-white" ,
38+ "xl:group-focus-within:bg-secondary xl:group-focus-within:rounded-[30px] xl:group-focus-within:text-white"
3939 ) }
4040 >
4141 { item . name }
@@ -46,7 +46,7 @@ export const NavItems = ({ items, inverted = false }: Props) => {
4646 < div
4747 className = { clsx (
4848 "xl:hidden xl:group-hover:block xl:absolute z-50" ,
49- "xl:group-focus-within:block" ,
49+ "xl:group-focus-within:block"
5050 ) }
5151 >
5252 < ul className = "mb-3 xl:bg-secondary xl:mt-2 xl:rounded-[30px]" >
@@ -57,15 +57,15 @@ export const NavItems = ({ items, inverted = false }: Props) => {
5757 "bg-secondary text-white block w-full font-bold text-center" ,
5858 "xl:text-left xl:hover:bg-secondary-light" ,
5959 "xl:first:rounded-t-[30px] xl:first:pt-2" ,
60- "xl:last:rounded-b-[30px] xl:last:pb-2" ,
60+ "xl:last:rounded-b-[30px] xl:last:pb-2"
6161 ) }
6262 >
6363 < a
6464 href = { subItem . path || "#" }
6565 role = "button"
6666 className = { clsx (
6767 "block w-full font-bold text-center" ,
68- "xl:text-left mb-[2px] p-2 xl:px-5" ,
68+ "xl:text-left mb-[2px] p-2 xl:px-5"
6969 ) }
7070 >
7171 { subItem . name }
0 commit comments