Skip to content

Commit bc6d074

Browse files
committed
prettier . --write
1 parent 3bee5cd commit bc6d074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/page.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ export default async function HomePage() {
106106
src={
107107
exhibitor.name === "Nordea"
108108
? "/exhibitorLogo/NordeaBankLogo.png"
109-
: exhibitor.logo_squared ??
109+
: (exhibitor.logo_squared ??
110110
exhibitor.logo_freesize ??
111-
""
111+
"")
112112
}
113113
alt={exhibitor.name}
114114
width={600}

0 commit comments

Comments
 (0)