chore: Update landing page and auth links to Q58 official website

This commit is contained in:
wood chen 2025-02-08 20:21:07 +08:00
parent 39db9e79a6
commit f604046aa4
3 changed files with 6 additions and 15 deletions

View File

@ -23,8 +23,8 @@ export default function IndexPage() {
Q58 Connect Q58 Connect
</h1> </h1>
<p className="mx-auto mt-6 max-w-2xl text-lg text-gray-600 dark:text-gray-300"> <p className="mx-auto mt-6 max-w-2xl text-lg text-gray-600 dark:text-gray-300">
Discourse SSO OAuth Q58论坛的OAuth 2.0,
使 使Q58论坛账号快速登录您的应
</p> </p>
<div className="mt-10 flex flex-col justify-center space-y-4 sm:flex-row sm:space-x-6 sm:space-y-0"> <div className="mt-10 flex flex-col justify-center space-y-4 sm:flex-row sm:space-x-6 sm:space-y-0">
<Link href="/dashboard"> <Link href="/dashboard">
@ -33,15 +33,6 @@ export default function IndexPage() {
<ArrowRight className="ml-2 h-4 w-4" /> <ArrowRight className="ml-2 h-4 w-4" />
</Button> </Button>
</Link> </Link>
<Link href="https://github.com/Tuluobo/discourse-connect">
<Button
size="lg"
variant="outline"
className="w-full sm:w-auto"
>
</Button>
</Link>
</div> </div>
</div> </div>
</div> </div>

View File

@ -32,14 +32,14 @@ export default function AuthPage({ searchParams }: Props) {
<p className="px-8 text-center text-sm text-muted-foreground"> <p className="px-8 text-center text-sm text-muted-foreground">
By clicking continue, you agree to our{" "} By clicking continue, you agree to our{" "}
<Link <Link
href="/terms" href="https://q58.pro/tos"
className="hover:text-brand underline underline-offset-4" className="hover:text-brand underline underline-offset-4"
> >
Terms of Service Terms of Service
</Link>{" "} </Link>{" "}
and{" "} and{" "}
<Link <Link
href="/privacy" href="https://q58.pro/privacy"
className="hover:text-brand underline underline-offset-4" className="hover:text-brand underline underline-offset-4"
> >
Privacy Policy Privacy Policy

View File

@ -41,14 +41,14 @@ export default function LoginPage() {
<p className="px-8 text-center text-sm text-muted-foreground"> <p className="px-8 text-center text-sm text-muted-foreground">
By clicking continue, you agree to our{" "} By clicking continue, you agree to our{" "}
<Link <Link
href="/terms" href="https://q58.pro/tos"
className="hover:text-brand underline underline-offset-4" className="hover:text-brand underline underline-offset-4"
> >
Terms of Service Terms of Service
</Link>{" "} </Link>{" "}
and{" "} and{" "}
<Link <Link
href="/privacy" href="https://q58.pro/privacy"
className="hover:text-brand underline underline-offset-4" className="hover:text-brand underline underline-offset-4"
> >
Privacy Policy Privacy Policy