We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a5c44 commit d0f8fe7Copy full SHA for d0f8fe7
nextjs/src/app/[locale]/c/layout.jsx
@@ -6,7 +6,7 @@ import Head from 'next/head';
6
import { useTranslations } from 'next-intl';
7
8
import styles from '@/styles/PublicLayout.module.css';
9
-import Logo from '~/images/brave_creators_full_logo.png';
+import Logo from '~/images/brave_creators_logo.png';
10
import DarkLogo from '~/images/brave_logo_dark_bg.png';
11
12
export default function PublicChannelLayout({ children }) {
@@ -20,7 +20,7 @@ export default function PublicChannelLayout({ children }) {
20
src={Logo}
21
alt='Brave Creators Logo'
22
priority={true}
23
- width={200}
+ width={150}
24
/>
25
</div>
26
0 commit comments