feat: add upgrade now button in header

This commit is contained in:
prafull-opensignlabs
2024-03-31 14:11:26 +05:30
parent 099a3cc46d
commit 6c21028523
+8
View File
@@ -83,6 +83,14 @@ const Header = ({ showSidebar }) => {
id="profile-menu"
className="flex justify-between items-center gap-x-3"
>
<div>
<button
className="text-xs bg-[#002864] p-2 text-white rounded shadow"
onClick={() => navigation("/subscription")}
>
Upgrade Now
</button>
</div>
<div>
<FullScreenButton />
</div>