Skip to content

Commit e753799

Browse files
authored
Fix "See a live CLA page" button link to use correct org slug (#52)
1 parent f6d1de8 commit e753799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export default function HomePage() {
154154
<ArrowRight className="h-4 w-4 transition-transform group-hover:translate-x-0.5" />
155155
</Button>
156156
</Link>
157-
<Link href="/sign/fiveonefour">
157+
<Link href="/sign/514-labs">
158158
<Button
159159
variant="outline"
160160
size="lg"

0 commit comments

Comments
 (0)