Skip to content

Commit

Permalink
Last Updated At Added
Browse files Browse the repository at this point in the history
  • Loading branch information
adiiittt committed Nov 1, 2024
1 parent e2bb0bd commit 358e100
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,6 @@
"typescript": "^5.4.5",
"vitest": "^1.6.0",
"vitest-mock-extended": "^1.3.1"
}
},
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
}
5 changes: 5 additions & 0 deletions src/app/(marketing)/(policy)/privacy-policy/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ const PrivacyPolicyPage = () => {
<h1 className="mx-auto mb-8 w-full text-center text-4xl font-extrabold tracking-tighter text-primary md:mb-12 md:text-5xl">
Privacy Policy
</h1>
<div className="mx-auto text-center text-lg font-medium text-foreground/70">
Last Updated At:{' '}
<span className="text-primary">November 2, 2024</span>
</div>
<br />
<div className="mx-auto max-w-3xl">
{privacyPolicyContent.map((item) => (
<motion.div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const privacyPolicyContent = [
{
id: 20,
description:
'Necessary / Essential CookiesType: Session Cookies Administered by: Us Purpose: These Cookies are essential to provide You with services available through the Website and to enable You to use some of its features. They help to authenticate users and prevent fraudulent use of user accounts. Without these Cookies, the services that You have asked for cannot be provided, and We only use these Cookies to provide You with those services. Cookies Policy / Notice Acceptance CookiesType: Persistent Cookies Administered by: Us Purpose: These Cookies identify if users have accepted the use of cookies on the Website. Functionality Cookies Type: Persistent Cookies Administered by: Us Purpose: These Cookies allow us to remember choices You make when You use the Website, such as remembering your login details or language preference. The purpose of these Cookies is to provide You with a more personal experience and to avoid You having to re-enter your preferences every time You use the Website. For more information about the cookies we use and your choices regarding cookies, please visit our Cookies Policy.',
'Necessary / Essential Cookies Type, Session Cookies are Administered by Us. Purpose: These Cookies are essential to provide You with services available through the Website and to enable You to use some of its features. They help to authenticate users and prevent fraudulent use of user accounts. Without these Cookies, the services that You have asked for cannot be provided, and We only use these Cookies to provide You with those services. Cookies Policy / Notice Acceptance Cookies Type: Persistent Cookies Administered by: Us Purpose: These Cookies identify if users have accepted the use of cookies on the Website. Functionality Cookies Type: Persistent Cookies Administered by: Us Purpose: These Cookies allow us to remember choices You make when You use the Website, such as remembering your login details or language preference. The purpose of these Cookies is to provide You with a more personal experience and to avoid You having to re-enter your preferences every time You use the Website. For more information about the cookies we use and your choices regarding cookies, please visit our Cookies Policy.',
},
{
id: 21,
Expand Down

0 comments on commit 358e100

Please sign in to comment.