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.
|
||||
</p>
|
||||
</div>
|
||||
<Link href="/git-projects/connections/new">
|
||||
<Button size="sm">
|
||||
<Link href="/git-projects/connections">
|
||||
<Button size="sm" variant="outline">
|
||||
<Link2 className="h-4 w-4" />
|
||||
Add Connection
|
||||
Manage Connections
|
||||
</Button>
|
||||
</Link>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -286,20 +286,20 @@ export default function SettingsPage() {
|
|||
sync.
|
||||
</p>
|
||||
</div>
|
||||
<Link href="/git-projects/connections/new">
|
||||
<Button type="button">
|
||||
Add Connection
|
||||
<Link href="/git-projects/connections">
|
||||
<Button type="button" variant="outline">
|
||||
Manage Connections
|
||||
<ArrowRight className="h-4 w-4" />
|
||||
</Button>
|
||||
</Link>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="rounded-xl border border-rose-200 bg-rose-50/70 p-6 shadow-sm">
|
||||
<h2 className="text-base font-semibold text-rose-900">
|
||||
<section className="rounded-xl border border-border bg-card p-6 shadow-sm">
|
||||
<h2 className="text-base font-semibold text-foreground">
|
||||
Delete account
|
||||
</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
|
||||
personal data. This action cannot be undone.
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue