Skip to content

Commit b92fb9a

Browse files
committed
prettier --write
1 parent 8a5a178 commit b92fb9a

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
@@ -109,9 +109,9 @@ export default async function HomePage() {
109109
src={
110110
exhibitor.name === "Nordea"
111111
? "/exhibitorLogo/NordeaBankLogo.png"
112-
: exhibitor.logo_squared ??
112+
: (exhibitor.logo_squared ??
113113
exhibitor.logo_freesize ??
114-
""
114+
"")
115115
}
116116
alt={exhibitor.name}
117117
width={600}

0 commit comments

Comments
 (0)