mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 05:49:40 +02:00
Merge pull request #1201 from makeplane/fix-coming-soon-badge
release: 2024.09.18-1
This commit is contained in:
@@ -59,14 +59,6 @@ export default function UpgradePlanPage() {
|
||||
<div className="flex flex-col gap-2">
|
||||
<div className="flex gap-2 text-base font-medium">
|
||||
<div>{PLANE_EDITIONS[edition].title}</div>
|
||||
{edition === "self-hosted" && (
|
||||
<Tooltip position="right" tooltipContent="ETA: Mid-September">
|
||||
<div className="flex items-center gap-1 px-2 bg-custom-primary-100/20 text-custom-primary-100 text-xs rounded-full">
|
||||
Coming soon
|
||||
<InfoIcon className="w-3 h-3" />
|
||||
</div>
|
||||
</Tooltip>
|
||||
)}
|
||||
</div>
|
||||
<div className="text-sm text-onboarding-text-300">{PLANE_EDITIONS[edition].description}</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user