Skip to content

Commit

Permalink
LAGOON_UI_ICON env var icon style
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDarsa committed Jan 15, 2025
1 parent 503505d commit 22c5366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contexts/AppContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const AppProvider = ({ children, kcUrl, logo }: { children: ReactNode; kcUrl?: s
if (logo) return logo;

if (LAGOON_UI_ICON) {
return <img alt="Home" className="icon" src={`data:image/svg+xml;utf8,${LAGOON_UI_ICON}`} />;
return <img alt="Home" className="icon logo" src={`data:image/svg+xml;utf8,${LAGOON_UI_ICON}`} />;
}
return undefined;
};
Expand Down

0 comments on commit 22c5366

Please sign in to comment.