mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-16 05:13: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 ? (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user