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")}
|
||||
</a>
|
||||
</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>
|
||||
</Card>
|
||||
{allSlots.map((slot) => (
|
||||
@@ -1729,6 +1743,20 @@ export function DashboardTab({
|
||||
{t("dashboard.docs")}
|
||||
</a>
|
||||
</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" />
|
||||
{editMode ? (
|
||||
<>
|
||||
|
||||
@@ -1839,6 +1839,7 @@
|
||||
"support": "Support",
|
||||
"discord": "Discord",
|
||||
"docs": "Docs",
|
||||
"donate": "Donate",
|
||||
"serverOverview": "Server Overview",
|
||||
"version": "Version",
|
||||
"upToDate": "Up to Date",
|
||||
|
||||
Reference in New Issue
Block a user