add screenshots and minor fixes

This commit is contained in:
miloschwartz
2025-07-16 21:47:02 -07:00
parent e9586b7336
commit ccdcda7f1d
18 changed files with 29 additions and 33 deletions

View File

@@ -291,6 +291,19 @@ export default function ResourceAuthPortal(props: ResourceAuthPortalProps) {
<div>
{!accessDenied ? (
<div>
<div className="text-center mb-2">
<span className="text-sm text-muted-foreground">
{t("poweredBy")}{" "}
<Link
href="https://github.com/fosrl/pangolin"
target="_blank"
rel="noopener noreferrer"
className="underline"
>
Pangolin
</Link>
</span>
</div>
<Card>
<CardHeader>
<CardTitle>{getTitle()}</CardTitle>