diff options
| author | physcik <mynameisgennadiy@vk.com> | 2026-04-11 21:31:05 +0500 |
|---|---|---|
| committer | physcik <mynameisgennadiy@vk.com> | 2026-04-11 21:31:05 +0500 |
| commit | abf7e6ffd80ac6958d136d1be348afee8b094da6 (patch) | |
| tree | 4f33be81092169bae795c08b7e7a87e5f16dc51e /front/src/Emelents/LegalNote.tsx | |
| parent | 49b5a4e03d0056e9df54d36891af7cc2ff7a8caa (diff) | |
more elements
Diffstat (limited to 'front/src/Emelents/LegalNote.tsx')
| -rw-r--r-- | front/src/Emelents/LegalNote.tsx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/front/src/Emelents/LegalNote.tsx b/front/src/Emelents/LegalNote.tsx new file mode 100644 index 0000000..ddb06ad --- /dev/null +++ b/front/src/Emelents/LegalNote.tsx @@ -0,0 +1,7 @@ +function LegalNote() { + return ( + <h3 className="Legal"> I do not own nor claim to own Cyberpunk trademark. All the rights belong to R. Talsorian Games, Inc. Cyberpunk is a registered trademark of CD Projekt Red S.A. All rights reserved under the Universal Copyrights Convention. All situations, governments, and people herein are fictional. Any similarities portrayed herein without satiric intent are strictly coincidental. </h3> + ); +} + +export default LegalNote; |
