fix: change "Terms Of Service" headings to "Terms of Service"
This commit is contained in:
parent
36bd6a5895
commit
bc4d2c2f7c
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ const TermsOfService = () => {
|
|||
className="wrapper container py-24 md:py-28 gap-2 flex flex-col"
|
||||
>
|
||||
<h1 className="text-3xl md:text-5xl pb-1 md:pb-2 font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
|
||||
Terms Of Service
|
||||
Terms of Service
|
||||
</h1>
|
||||
<p className="md:text-lg text-muted-foreground text-start mb-6">
|
||||
Effective date: April 24, 2024
|
||||
|
|
Loading…
Reference in a new issue