mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-15 04:43:36 +00:00
feat: new donate button in dashboard
This commit is contained in:
@@ -1586,6 +1586,20 @@ export function DashboardTab({
|
|||||||
{t("dashboard.docs")}
|
{t("dashboard.docs")}
|
||||||
</a>
|
</a>
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button
|
||||||
|
variant="ghost"
|
||||||
|
size="sm"
|
||||||
|
className="text-xs text-muted-foreground hover:text-foreground"
|
||||||
|
asChild
|
||||||
|
>
|
||||||
|
<a
|
||||||
|
href="https://donate.termix.site/"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
>
|
||||||
|
{t("dashboard.donate")}
|
||||||
|
</a>
|
||||||
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
{allSlots.map((slot) => (
|
{allSlots.map((slot) => (
|
||||||
@@ -1729,6 +1743,20 @@ export function DashboardTab({
|
|||||||
{t("dashboard.docs")}
|
{t("dashboard.docs")}
|
||||||
</a>
|
</a>
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button
|
||||||
|
variant="ghost"
|
||||||
|
size="sm"
|
||||||
|
className="text-xs text-muted-foreground hover:text-foreground"
|
||||||
|
asChild
|
||||||
|
>
|
||||||
|
<a
|
||||||
|
href="https://donate.termix.site/"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
>
|
||||||
|
{t("dashboard.donate")}
|
||||||
|
</a>
|
||||||
|
</Button>
|
||||||
<Separator orientation="vertical" className="mx-1 h-5" />
|
<Separator orientation="vertical" className="mx-1 h-5" />
|
||||||
{editMode ? (
|
{editMode ? (
|
||||||
<>
|
<>
|
||||||
|
|||||||
@@ -1839,6 +1839,7 @@
|
|||||||
"support": "Support",
|
"support": "Support",
|
||||||
"discord": "Discord",
|
"discord": "Discord",
|
||||||
"docs": "Docs",
|
"docs": "Docs",
|
||||||
|
"donate": "Donate",
|
||||||
"serverOverview": "Server Overview",
|
"serverOverview": "Server Overview",
|
||||||
"version": "Version",
|
"version": "Version",
|
||||||
"upToDate": "Up to Date",
|
"upToDate": "Up to Date",
|
||||||
|
|||||||
Reference in New Issue
Block a user