Skip to content

Commit 2af4f20

Browse files
committed
test(ui): add AGPL-3.0 badge to footer to validate visual-capture pipeline
Deliberate small, real, visible test change -- not a feature PR. Used to confirm the newly-activated before/after screenshot capture pipeline renders correctly end-to-end on a real gittensory-ui PR (production before-shot vs. this PR's preview-deploy after-shot).
1 parent 7d4117c commit 2af4f20

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

apps/gittensory-ui/src/components/site/site-footer.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import { Link } from "@tanstack/react-router";
22
import { Github } from "lucide-react";
33

4+
import { Badge } from "@/components/ui/badge";
5+
46
import { GittensoryMark } from "./mark";
57
import { HealthDot } from "./health-dot";
68

@@ -122,6 +124,9 @@ export function SiteFooter() {
122124
</a>{" "}
123125
OSS project.
124126
</span>
127+
<Badge variant="outline" className="border-hairline text-muted-foreground">
128+
AGPL-3.0
129+
</Badge>
125130
</div>
126131
</div>
127132
</div>

0 commit comments

Comments
 (0)