Skip to content

Commit

Permalink
fix: add disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettyong committed Jun 10, 2024
1 parent 6533e09 commit 5970076
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/widgets/07-ecosystem-screens/ui/03-projects/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ export const Projects: React.FC = () => {
variant="pink-outlined"
/>
)}
<div className={css.disclaimer}>
*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.
</div>
</div>
</div>
</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5970076

Please sign in to comment.