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:
Samuel Newman
2026-08-05 21:00:16 +03:00
parent 4cacec1942
commit 315abd364d
5 changed files with 5 additions and 8 deletions
+2 -3
View File
@@ -125,9 +125,8 @@ nominative-use basis or on permission from the mark owner.
- `assets/icons/apple_logo.svg` — Apple Inc. - `assets/icons/apple_logo.svg` — Apple Inc.
- `assets/icons/android_logo.svg` — Google LLC - `assets/icons/android_logo.svg` — Google LLC
- `assets/icons/community/` — Leaflet, Offprint, pckt (`pckt.svg`, `pckt-full.svg`), and - `assets/icons/community/` — Leaflet, Offprint, pckt (`pckt.svg`, `pckt-full.svg`),
standard-site standard-site, and Germ Network (`germ_logo.webp`)
- `assets/images/germ_logo.webp` — Germ Network
Apple's and Google's marks in particular carry their own brand guidelines governing size, 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, spacing, and permitted contexts. If you ship a sign-in button or a store badge, follow theirs,
+2 -1
View File
@@ -1,6 +1,7 @@
The icons in this directory are the marks of third-party The icons in this directory are the marks of third-party
services that appear in the Bluesky app — [Leaflet](https://leaflet.pub), 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 **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 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

-3
View File
@@ -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. 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 **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 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. 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'}) { function GermLogo({size}: {size: 'small' | 'large'}) {
return ( return (
<Image <Image
source={require('../../../../assets/images/germ_logo.webp')} source={require('../../../../assets/icons/community/germ_logo.webp')}
accessibilityIgnoresInvertColors={false} accessibilityIgnoresInvertColors={false}
contentFit="cover" contentFit="cover"
useAppleWebpCodec useAppleWebpCodec