Skip to content

Commit 7d011f6

Browse files
authored
chore: update logo (#565)
* chore: update logo * changeset
1 parent b1eba79 commit 7d011f6

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

.changeset/huge-dryers-rush.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@rock-js/welcome-screen': patch
3+
---
4+
5+
chore: update logo
-6.88 KB
Binary file not shown.
7.68 KB
Loading

packages/welcome-screen/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const ICONS = {
1616
// eslint-disable-next-line @typescript-eslint/no-require-imports
1717
book: require('./assets/book-open.png'),
1818
// eslint-disable-next-line @typescript-eslint/no-require-imports
19-
logo: require('./assets/building-skyscraper.png'),
19+
logo: require('./assets/rock.png'),
2020
// eslint-disable-next-line @typescript-eslint/no-require-imports
2121
debug: require('./assets/debug-check.png'),
2222
// eslint-disable-next-line @typescript-eslint/no-require-imports

0 commit comments

Comments
 (0)