Skip to content

Commit fd5c997

Browse files
chore(theme): drop bottom-right CC BY-NC attribution from rick-morty
Removes the visual attribution block — code-comment provenance still documents the source. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d9ab6f7 commit fd5c997

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

packages/app/src/components/rick-morty/rick-morty-decorations.tsx

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -138,30 +138,6 @@ export function RickMortyDecorations() {
138138
style={{ width: 'min(220px, 18vw)' }}
139139
/>
140140
</div>
141-
142-
<div className="hidden lg:block fixed bottom-1 right-2 z-0 text-[10px] text-foreground/50 text-right leading-tight">
143-
<div>
144-
art:{' '}
145-
<a
146-
href="https://pngimg.com/"
147-
target="_blank"
148-
rel="noopener noreferrer"
149-
className="underline hover:text-foreground"
150-
>
151-
pngimg.com
152-
</a>
153-
</div>
154-
<div>
155-
<a
156-
href="https://creativecommons.org/licenses/by-nc/4.0/"
157-
target="_blank"
158-
rel="noopener noreferrer"
159-
className="underline hover:text-foreground"
160-
>
161-
CC BY-NC 4.0
162-
</a>
163-
</div>
164-
</div>
165141
</>
166142
);
167143
}

0 commit comments

Comments
 (0)