Skip to content

Commit d859a41

Browse files
committed
chore: update logo
1 parent 8dbcbb1 commit d859a41

File tree

8 files changed

+16
-4
lines changed

8 files changed

+16
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<a href="https://www.callstack.com/open-source?utm_campaign=generic&utm_source=github&utm_medium=referral&utm_content=react-native-builder-bob" align="center">
22
<picture>
3-
<img alt="React Native Builder Bob" src="https://github.com/user-attachments/assets/d9717af6-8ab5-4b77-a120-64efef0a4b0f">
3+
<img alt="React Native Builder Bob" src="docs/assets/banner.png">
44
</picture>
55
</a>
66

docs/assets/banner.png

2.61 MB
Loading

docs/assets/favicon.png

-10.2 KB
Loading
-10.4 KB
Binary file not shown.

docs/pages/public/logo-dark.svg

Lines changed: 5 additions & 0 deletions
Loading

docs/pages/public/logo-light.svg

Lines changed: 5 additions & 0 deletions
Loading

docs/rspress.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ export default withCallstackPreset(
1212
'https://github.com/callstack/react-native-builder-bob/edit/main/docs/pages',
1313
rootUrl: 'https://callstack.github.io/react-native-builder-bob',
1414
icon: 'assets/favicon.png',
15-
logoLight: 'construction_worker.png',
16-
logoDark: 'construction_worker.png',
15+
logoLight: 'logo-light.svg',
16+
logoDark: 'logo-dark.svg',
1717
rootDir: 'pages',
1818
socials: {
1919
github: 'https://github.com/callstack/react-native-builder-bob',

docs/theme/styles.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@
1717
}
1818

1919
img#logo {
20-
max-height: 32px !important;
20+
height: 24px !important;
21+
width: 24px !important;
22+
max-height: 24px !important;
2123
}

0 commit comments

Comments
 (0)