fix (ui): settings page
This commit is contained in:
parent
4c5264d2ed
commit
5637c41d1a
|
|
@ -456,10 +456,10 @@ export default function GitProjectSettingsPage() {
|
||||||
URL and token records used by tracked repositories.
|
URL and token records used by tracked repositories.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<Link href="/git-projects/connections/new">
|
<Link href="/git-projects/connections">
|
||||||
<Button size="sm">
|
<Button size="sm" variant="outline">
|
||||||
<Link2 className="h-4 w-4" />
|
<Link2 className="h-4 w-4" />
|
||||||
Add Connection
|
Manage Connections
|
||||||
</Button>
|
</Button>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -286,20 +286,20 @@ export default function SettingsPage() {
|
||||||
sync.
|
sync.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<Link href="/git-projects/connections/new">
|
<Link href="/git-projects/connections">
|
||||||
<Button type="button">
|
<Button type="button" variant="outline">
|
||||||
Add Connection
|
Manage Connections
|
||||||
<ArrowRight className="h-4 w-4" />
|
<ArrowRight className="h-4 w-4" />
|
||||||
</Button>
|
</Button>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section className="rounded-xl border border-rose-200 bg-rose-50/70 p-6 shadow-sm">
|
<section className="rounded-xl border border-border bg-card p-6 shadow-sm">
|
||||||
<h2 className="text-base font-semibold text-rose-900">
|
<h2 className="text-base font-semibold text-foreground">
|
||||||
Delete account
|
Delete account
|
||||||
</h2>
|
</h2>
|
||||||
<p className="mt-1 text-sm text-rose-800">
|
<p className="mt-1 text-sm text-muted-foreground">
|
||||||
This permanently removes your Pipeline account and related
|
This permanently removes your Pipeline account and related
|
||||||
personal data. This action cannot be undone.
|
personal data. This action cannot be undone.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue