fix(demo): point banner "Self-host SnapOtter" link at the docs guide (#466)

The demo banner link now opens docs.snapotter.com/guide/getting-started in a new tab instead of the GitHub repo.
This commit is contained in:
SnapOtter
2026-07-08 00:22:08 +08:00
committed by GitHub
parent f4da5ae3c7
commit 463ccff5cb
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export function DemoBanner() {
This is a live demo. All users, teams, and activity shown are sample data, and file
processing is disabled.{" "}
<a
href="https://github.com/snapotter-hq/SnapOtter"
href="https://docs.snapotter.com/guide/getting-started"
target="_blank"
rel="noopener noreferrer"
className="font-semibold underline underline-offset-2 hover:text-primary-subtle"