Skip to content

Commit 325abe7

Browse files
committed
update logos for the project
1 parent 25cf062 commit 325abe7

File tree

11 files changed

+10
-13
lines changed

11 files changed

+10
-13
lines changed

docusaurus.config.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,17 @@ const config: Config = {
6464
themeConfig: {
6565
// Replace with your project's social card
6666
image: 'img/social-card-docs.png',
67+
colorMode: {
68+
defaultMode: 'dark',
69+
disableSwitch: false,
70+
respectPrefersColorScheme: true,
71+
},
6772
navbar: {
6873
title: 'Dreamflow Docs',
6974
logo: {
7075
alt: 'Dreamflow Docs',
71-
src: '/logos/logoMark_outlinePrimary_transparent.svg',
76+
src: '/logos/dreamflow-icon-black.png',
77+
srcDark: '/logos/dreamflow-icon-white.png',
7278
},
7379
items: [
7480
{

src/components/FlutterFlowDocsLogo/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import styles from './index.module.css';
33

44
const FlutterFlowDocsLogo = () => {
55
const title = "Dreamflow Docs";
6-
const logoSrc = "/logos/logoMark_outlinePrimary_transparent.svg"; // Path relative to the static directory
6+
const logoSrc = "/logos/favicon.png"; // Path relative to the static directory
77

88
return (
99
<div className={styles.container}>

src/components/FlutterFlowLogo/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import styles from './index.module.css';
44

55

66
const FlutterFlowLogo = () => {
7-
const logoSrcDark = "/logos/logo_primary_color@2x.png"; // Light mode logo
8-
const logoSrcLight = "/logos/logo_primary_color_onLight@2x.png"; // Dark mode logo
7+
const logoSrcDark = "/logos/DreamFlow-Logo-Black.png"; // Light mode logo
8+
const logoSrcLight = "/logos/DreamFlow-Logo.png"; // Dark mode logo
99
const { colorMode } = useColorMode();
1010

1111
return (
5.29 KB
Loading

static/logos/DreamFlow-Logo.png

1.73 KB
Loading
1.76 KB
Loading
7.43 KB
Loading

static/logos/favicon.png

-30.6 KB
Loading

static/logos/logoMark_outlinePrimary_transparent.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

static/logos/[email protected]

-23.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)