Skip to content

Commit

Permalink
chore: add v1 note about planned update
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed Aug 31, 2024
1 parent ada54b4 commit 49d926e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions src/components/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,13 @@ export const Hero = () => {
animate={{ opacity: 1, y: 0 }}
transition={{ duration: 0.5, delay: 0.05 }}
>
<div className="grid grid-cols-1 sm:flex sm:ml-20 place-items-center justify-center items-center">
<div className="grid grid-cols-1 sm:flex sm:ml-10 place-items-center justify-center items-center">
{/* <span>qsv pro</span> */}
<img
src={qsvProLogo.src}
alt="qsv pro logo"
className="w-72 sm:w-96 lg:w-120"
/>
<p className="text-white font-['Inter'] text-xl mt-2 h-fit w-fit">
(preview)
</p>
</div>
</motion.div>
<motion.div
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const Navbar = () => {
className="h-8"
/>
<small className="text-white font-['Inter'] text-xs mb-1 rounded-full px-1 border">
preview
Download v1 now! Website update is planned.
</small>
</div>
</a>
Expand Down

0 comments on commit 49d926e

Please sign in to comment.