Skip to content

Commit 8452559

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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 }) {

0 commit comments

Comments
 (0)