Skip to content

Commit d0f8fe7

Browse files
committed
update public page logo
1 parent 24a5c44 commit d0f8fe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nextjs/src/app/[locale]/c/layout.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Head from 'next/head';
66
import { useTranslations } from 'next-intl';
77

88
import styles from '@/styles/PublicLayout.module.css';
9-
import Logo from '~/images/brave_creators_full_logo.png';
9+
import Logo from '~/images/brave_creators_logo.png';
1010
import DarkLogo from '~/images/brave_logo_dark_bg.png';
1111

1212
export default function PublicChannelLayout({ children }) {
@@ -20,7 +20,7 @@ export default function PublicChannelLayout({ children }) {
2020
src={Logo}
2121
alt='Brave Creators Logo'
2222
priority={true}
23-
width={200}
23+
width={150}
2424
/>
2525
</div>
2626
</div>

0 commit comments

Comments
 (0)