From 59700763dce294059e57ef02a270094fdadae8d7 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 11 Jun 2024 00:48:24 +0800 Subject: [PATCH] fix: add disclaimer --- .../07-ecosystem-screens/ui/03-projects/index.tsx | 3 +++ .../ui/03-projects/projects.module.scss | 14 ++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/src/widgets/07-ecosystem-screens/ui/03-projects/index.tsx b/src/widgets/07-ecosystem-screens/ui/03-projects/index.tsx index c6213d4..25d3721 100644 --- a/src/widgets/07-ecosystem-screens/ui/03-projects/index.tsx +++ b/src/widgets/07-ecosystem-screens/ui/03-projects/index.tsx @@ -71,6 +71,9 @@ export const Projects: React.FC = () => { variant="pink-outlined" /> )} +
+ *Disclaimer: Be cautious when using third-party applications. Applications listed are provided for information without recommendation or endorsement. Your security and privacy are important, so research thoroughly before engaging with third-party applications. We are not responsible for any risks or losses associated with the use of any third-party offerings. Proceed at your own discretion. +
diff --git a/src/widgets/07-ecosystem-screens/ui/03-projects/projects.module.scss b/src/widgets/07-ecosystem-screens/ui/03-projects/projects.module.scss index df4b072..68c6452 100644 --- a/src/widgets/07-ecosystem-screens/ui/03-projects/projects.module.scss +++ b/src/widgets/07-ecosystem-screens/ui/03-projects/projects.module.scss @@ -2,6 +2,20 @@ display: flex; flex-direction: column } +.disclaimer { + color: #444A55; + margin-top: 50px; + padding: 0% 23%; + /* Body Default/Regular */ + font-family: "Public Sans"; + font-size: 16px; + font-style: normal; + font-weight: 400; + line-height: 24px; /* 150% */ + @media (max-width: 1180px) { + padding: 0 5%; + } +} .lastUpdate { margin: 28px auto 0;