Skip to content

Commit 6d22361

Browse files
fussel178pklaschka
authored and
Ludwig Richter
committed
chore(common): Add license information to used images
Co-authored-by: Pablo Klaschka <contact@pabloklaschka.de>
1 parent 430fe42 commit 6d22361

File tree

3 files changed

+333
-1
lines changed

3 files changed

+333
-1
lines changed

packages/telestion-client-common/src/components/header/app-logo/rocket-page/water-mark.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
font-weight: 300;
1111
justify-content: center;
1212
padding: 16px;
13-
pointer-events: none;
1413
position: absolute;
1514
right: 0;
1615
}

packages/telestion-client-common/src/components/header/app-logo/rocket-page/water-mark.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ export function WaterMark() {
2323
<div>
2424
<p>Part of Telestion</p>
2525
<p>A project by WüSpace e. V.</p>
26+
<p>
27+
Rocket image CC licensed by
28+
<a
29+
target="_blank"
30+
rel="noopener noreferrer"
31+
href="https://therealjerrylow.com/"
32+
>
33+
Jerry Low
34+
</a>
35+
</p>
2636
</div>
2737
<div>
2838
<img src={Logo} alt="WüSpace e. V. Logo" />

0 commit comments

Comments
 (0)