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 = () => {

What are cookies?

- 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:

  1. - First-party cookies, which are set by the web server of the visited page and share the same domain (i.e. set by - us); or + First-party cookies, which are set by the web server of the visited page and share the same domain (i.e. set + by us); or
  2. Third-party cookies, stored by a different domain to the visited page's domain.
@@ -64,23 +64,23 @@ const CookiePolicy = () => {
  1. Analytical/performance cookies: They allow us to recognize and count the number of visitors and to see how - visitors move around our website when they are using it, as well as dates and times they visit. This helps us to - improve the way our website works, for example, by ensuring that users are finding what they are looking for - easily. + visitors move around our website when they are using it, as well as dates and times they visit. This helps us + to improve the way our website works, for example, by ensuring that users are finding what they are looking + for easily.
  2. - Targeting cookies: These cookies record your visit to our website, the pages you have visited and the links you - have followed, as well as time spent on our website, and the websites visited just before and just after our - website. We will use this information to make our website and the advertising displayed on it more relevant to - your interests. We may also share this information with third parties for this purpose. + Targeting cookies: These cookies record your visit to our website, the pages you have visited and the links + you have followed, as well as time spent on our website, and the websites visited just before and just after + our website. We will use this information to make our website and the advertising displayed on it more + relevant to your interests. We may also share this information with third parties for this purpose.

Other Technologies

- 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.

This information may include:

    @@ -93,12 +93,12 @@ const CookiePolicy = () => {

    Revisions to this Cookie Policy

    - 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.

    )