diff --git a/src/components/dashboard/StakingBanner/styles.module.css b/src/components/dashboard/StakingBanner/styles.module.css index 4a786e8d..2d169366 100644 --- a/src/components/dashboard/StakingBanner/styles.module.css +++ b/src/components/dashboard/StakingBanner/styles.module.css @@ -34,7 +34,7 @@ .gradientBackground { width: 100%; height: 100%; - background: linear-gradient(225deg, #D7F6FF, #B0FFC9); + background: linear-gradient(225deg, #d7f6ff, #b0ffc9); position: absolute; top: 0; left: 0; diff --git a/src/pages/cookie.tsx b/src/pages/cookie.tsx index 83e2afba..858ba74f 100644 --- a/src/pages/cookie.tsx +++ b/src/pages/cookie.tsx @@ -25,10 +25,10 @@ const CookiePolicy = () => {
- Cookies are a feature of web browser software that allows web servers to recognize the computer or device used to - access a website. A cookie is a small text file that a website saves on your computer or mobile device when you - visit the site. It enables the website to remember your actions and preferences (such as login, language, font - size, and other display preferences) over a period of time, so you don't have to keep re-entering them + Cookies are a feature of web browser software that allows web servers to recognize the computer or device used + to access a website. A cookie is a small text file that a website saves on your computer or mobile device when + you visit the site. It enables the website to remember your actions and preferences (such as login, language, + font size, and other display preferences) over a period of time, so you don't have to keep re-entering them whenever you come back to the site or browse from one page to another.
@@ -45,8 +45,8 @@ const CookiePolicy = () => {As for the domain to which it belongs, cookies are either:
- We may allow others to provide analytics services and serve advertisements on our behalf. In addition to the uses - of cookies described above, these entities may use other methods, such as the technologies described below, to - collect information about your use of our website and other websites and online services. + We may allow others to provide analytics services and serve advertisements on our behalf. In addition to the + uses of cookies described above, these entities may use other methods, such as the technologies described below, + to collect information about your use of our website and other websites and online services.
- On this website, you can always view the latest version of our Privacy Policy and our Cookie Policy. We may modify - this Cookie Policy from time to time. If we make changes to this Cookie Policy, we will provide notice of such - changes, such as by sending an email notification, providing notice through our website or updating the + On this website, you can always view the latest version of our Privacy Policy and our Cookie Policy. We may + modify this Cookie Policy from time to time. If we make changes to this Cookie Policy, we will provide notice of + such changes, such as by sending an email notification, providing notice through our website or updating the ‘Last Updated’ date at the beginning of this Cookie Policy. The amended Cookie Policy will be - effective immediately after the date it is posted. By continuing to access or use our website after the effective - date, you confirm your acceptance of the revised Cookie Policy. + effective immediately after the date it is posted. By continuing to access or use our website after the + effective date, you confirm your acceptance of the revised Cookie Policy.
)