Skip to content

Commit

Permalink
fis: prettier error
Browse files Browse the repository at this point in the history
  • Loading branch information
ajimeno04 committed Nov 25, 2024
1 parent 8dc6c19 commit 466afc3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion src/components/dashboard/StakingBanner/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
42 changes: 21 additions & 21 deletions src/pages/cookie.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ const CookiePolicy = () => {

<h2>What are cookies?</h2>
<p>
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&apos;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&apos;t have to keep re-entering them
whenever you come back to the site or browse from one page to another.
</p>

Expand All @@ -45,8 +45,8 @@ const CookiePolicy = () => {
<p>As for the domain to which it belongs, cookies are either:</p>
<ol>
<li>
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
</li>
<li>Third-party cookies, stored by a different domain to the visited page&apos;s domain.</li>
</ol>
Expand All @@ -64,23 +64,23 @@ const CookiePolicy = () => {
<ol>
<li>
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.
</li>
<li>
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.
</li>
</ol>

<h2>Other Technologies</h2>
<p>
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.
</p>
<h3>This information may include:</h3>
<ol>
Expand All @@ -93,12 +93,12 @@ const CookiePolicy = () => {

<h2>Revisions to this Cookie Policy</h2>
<p>
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
&lsquo;Last Updated&rsquo; 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.
</p>
</main>
)
Expand Down

0 comments on commit 466afc3

Please sign in to comment.