-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Update Invertase logo #8250
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was curious if it was possible to see if this was complete or not, played around with command line greppage:
mike@isabela:~/work/invertase/react-native-firebase (chore/update-logo) % grep -r invertase | grep png |grep -v prismic|grep -v firebase-logo.png |grep -v invertase-rounded
./website/adverts.json: "image": "//static.invertase.io/assets/sidebar/notifee.png",
./website/src/components/Footer.tsx: src="https://static.invertase.io/assets/invertase-white.png"
./website/src/components/Page.tsx: favicon: '//static.invertase.io/assets/react-native-firebase-favicon.png',
./docs/releases/v6.2.0.md:![Apple Authentication library for React Native](https://static.invertase.io/assets/apple-auth.png)
./packages/storage/lib/index.d.ts: * invertase/logo.png
./packages/storage/lib/index.d.ts: * const ref = firebase.storage().ref('invertase/logo.png');
./packages/storage/lib/index.d.ts: * const ref = firebase.storage().refFromURL('gs://other-bucket/invertase/logo.png');
./packages/storage/lib/index.d.ts: * const ref = firebase.storage().ref('invertase/logo.png');
./packages/storage/lib/index.d.ts: * console.log('Full path: ', ref.toString()); // gs://invertase.io/invertase/logo.png
./packages/storage/lib/index.d.ts: * const ref = firebase.storage().ref('invertase/logo.png');
./packages/storage/lib/index.d.ts: * const ref = firebase.storage().ref('invertase/logo.png');
./packages/storage/lib/index.d.ts: * const ref = firebase.storage().ref('invertase/logo.png');
./packages/storage/lib/index.d.ts: * const ref = firebase.storage().ref('invertase/new-logo.png');
./packages/storage/lib/index.d.ts: * const ref = firebase.storage().ref('invertase/new-logo.png');
./packages/storage/lib/index.d.ts: * const ref = firebase.storage().ref('invertase/new-logo.png');
./packages/storage/lib/index.d.ts: * const ref = firebase.storage().ref('invertase/nsfw-logo.png');
docs mostly, looks like there may still be one in Footer.tsx ?
Ah nice will check! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Footer.tsx did have a remaining old logo - I just pushed a commit that fixed that, there are no other logs I'm aware of in this repo, let's go
Update Invertase logo across all touch points