[WEB-2413] chore: admin application restructuring. (#5557)
This commit is contained in:
parent
fe280b2beb
commit
8cf1c2d136
13 changed files with 52 additions and 29 deletions
|
|
@ -1,16 +0,0 @@
|
|||
"use client";
|
||||
|
||||
import React from "react";
|
||||
// icons
|
||||
import { SquareArrowOutUpRight } from "lucide-react";
|
||||
// ui
|
||||
import { getButtonStyling } from "@plane/ui";
|
||||
// helpers
|
||||
import { cn } from "@/helpers/common.helper";
|
||||
|
||||
export const UpgradeButton: React.FC = () => (
|
||||
<a href="https://plane.so/one" target="_blank" className={cn(getButtonStyling("primary", "sm"))}>
|
||||
Available on One
|
||||
<SquareArrowOutUpRight className="h-3.5 w-3.5 p-0.5" />
|
||||
</a>
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue