docs: update tagline to "Your images never leave your home"

This commit is contained in:
SnapOtter
2026-05-05 21:12:44 +08:00
parent 2460ab3fc2
commit 7ff100c4f9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ test.describe("Docs Homepage", () => {
await expect(page.getByText("SnapOtter").first()).toBeVisible();
await expect(page.getByText("A Self Hosted Image Manipulator")).toBeVisible();
await expect(
page.getByText("47 tools. Local AI. No cloud. Your images stay on your machine."),
page.getByText("47 tools. Local AI. No cloud. Your images never leave your home."),
).toBeVisible();
});