Add asset licensing notices (#11397)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
This commit is contained in:
Samuel Newman
2026-08-12 15:49:31 +03:00
committed by GitHub
parent 98fa8eafdf
commit 1f3c619dd2
16 changed files with 834 additions and 2 deletions
@@ -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