mirror of
https://github.com/Mail-0/Zero.git
synced 2026-07-01 08:16:28 +00:00
fix
This commit is contained in:
@@ -106,7 +106,7 @@ export default function PricingPage() {
|
||||
|
||||
{/* Desktop Navigation - Hidden on mobile */}
|
||||
<header className="fixed z-50 hidden w-full items-center justify-center px-4 pt-6 md:flex">
|
||||
<nav className="border-input/50 flex w-full max-w-3xl items-center justify-between gap-2 rounded-xl border-t bg-[#1E1E1E] p-2 px-4">
|
||||
<nav className="border-input/50 flex w-full max-w-3xl items-center justify-between gap-2 rounded-xl border-t bg-[#1E1E1E] p-2 px-4 relative z-50">
|
||||
<div className="flex items-center gap-6">
|
||||
<a href="/" className="relative bottom-1 cursor-pointer">
|
||||
<Image src="white-icon.svg" alt="Zero Email" width={22} height={22} />
|
||||
|
||||
@@ -259,7 +259,7 @@ export default function PricingCard() {
|
||||
</div>
|
||||
</div>
|
||||
<button
|
||||
className="z-50 inline-flex h-24 cursor-pointer items-center justify-center gap-2.5 self-stretch overflow-hidden rounded-lg bg-white p-3 outline outline-1 outline-offset-[-1px]"
|
||||
className="z-30 inline-flex h-24 cursor-pointer items-center justify-center gap-2.5 self-stretch overflow-hidden rounded-lg bg-white p-3 outline outline-1 outline-offset-[-1px]"
|
||||
onClick={handleUpgrade}
|
||||
>
|
||||
<div className="flex items-center justify-center gap-2.5 px-1">
|
||||
|
||||
Reference in New Issue
Block a user