move germ logo to community icons
It's a third-party service mark like the others in assets/icons/community/, not product imagery. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -125,9 +125,8 @@ nominative-use basis or on permission from the mark owner.
|
||||
|
||||
- `assets/icons/apple_logo.svg` — Apple Inc.
|
||||
- `assets/icons/android_logo.svg` — Google LLC
|
||||
- `assets/icons/community/` — Leaflet, Offprint, pckt (`pckt.svg`, `pckt-full.svg`), and
|
||||
standard-site
|
||||
- `assets/images/germ_logo.webp` — Germ Network
|
||||
- `assets/icons/community/` — Leaflet, Offprint, pckt (`pckt.svg`, `pckt-full.svg`),
|
||||
standard-site, and Germ Network (`germ_logo.webp`)
|
||||
|
||||
Apple's and Google's marks in particular carry their own brand guidelines governing size,
|
||||
spacing, and permitted contexts. If you ship a sign-in button or a store badge, follow theirs,
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
The icons in this directory are the marks of third-party
|
||||
services that appear in the Bluesky app — [Leaflet](https://leaflet.pub),
|
||||
[Offprint](https://offprint.net), pckt, and standard-site.
|
||||
[Offprint](https://offprint.net), pckt, standard-site, and
|
||||
[Germ Network](https://germnetwork.com).
|
||||
|
||||
**These marks belong to their respective owners.** They are not Bluesky trademarks, they are not
|
||||
covered by the [MIT license](../../../LICENSE) that applies to the rest of this repository, and we
|
||||
|
||||
|
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 7.7 KiB |
@@ -7,9 +7,6 @@ out file by file which is which, treat the whole directory as not licensed for y
|
||||
|
||||
If you are forking this repository, replace these files or ship without them.
|
||||
|
||||
`germ_logo.webp` is the mark of [Germ Network](https://germnetwork.com), a third party. It is
|
||||
theirs, not ours, and we can neither grant nor withhold permission to use it.
|
||||
|
||||
**Internal note:** this directory is carved out of the MIT license as a whole. If you are adding
|
||||
an asset that we do want forks to be able to reuse, put it somewhere else rather than adding an
|
||||
exception here — the carve-out only stays maintainable if the directory boundary means something.
|
||||
|
||||
@@ -102,7 +102,7 @@ export function GermButton({
|
||||
function GermLogo({size}: {size: 'small' | 'large'}) {
|
||||
return (
|
||||
<Image
|
||||
source={require('../../../../assets/images/germ_logo.webp')}
|
||||
source={require('../../../../assets/icons/community/germ_logo.webp')}
|
||||
accessibilityIgnoresInvertColors={false}
|
||||
contentFit="cover"
|
||||
useAppleWebpCodec
|
||||
|
||||
Reference in New Issue
Block a user