Skip to content

Commit

Permalink
logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kluskey committed Sep 30, 2024
1 parent d8d6773 commit 32da3ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mirror-2/lib/theme-service.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export const appLogoImageSmall = () => {
const appName = process.env.NEXT_PUBLIC_APP_NAME;

if (appName === "Reflekt") {
return <Image src="/images/reflekt-logo.png" width={100} height={40} alt="Reflekt Logo" />;
return <Image src="/reflekt_logo_with_text_sm.png" width={220} height={40} alt="Reflekt Logo" />;
} else {
return <Image src="/mirror_logo_white_sm.png" width={200} height={40} alt="Mirror Logo" />;
return <Image src="/mirror_logo_white_sm.png" width={220} height={40} alt="Mirror Logo" />;
}
};
Binary file added mirror-2/public/reflekt_logo_with_text_sm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 32da3ad

Please sign in to comment.