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 8452559Copy full SHA for 8452559
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 }) {
0 commit comments