Skip to content

Commit

Permalink
corrected apostrophee
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovodo committed May 31, 2024
1 parent 8eeab47 commit fb2d952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/extension/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Index = () => {
NetSepio Browser Extension
</h2>
<p className='bg-gradient-to-r from-primary to-[#3185FC] from-0% via-90% to-100% via-[#91A6FF] bg-clip-text text-transparent font- text-lg lg:text-3xl'>
Don't just browse the web—browse it better.
Don&apos;t just browse the web—browse it better.
</p>
<CustomBtn
title='Install now'
Expand Down
2 changes: 1 addition & 1 deletion src/app/sotreus/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Page = () => {
return (
<div className='w-full h-full'>
<section className='h-screen relative w-full flex flex-col items-center bg-cover gap-5 md:gap-10 md:pt-[20vh] justify-center bg[url(/images/sotreus/privacy.png)]'>
<h1 className='uppercase text-3xl font-[100] md:text-8xl text-white'>
<h1 className='uppercase text-3xl font-medium md:text-8xl text-white'>
Privacy Firewall
</h1>
<p className='text-sm md:text-2xl md:w-[40%] text-center font-extralight text-white/80'>
Expand Down

0 comments on commit fb2d952

Please sign in to comment.