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
@@ -4,7 +4,7 @@ layout: home
hero: hero:
name: "SnapOtter" name: "SnapOtter"
text: "A Self Hosted Image Manipulator" text: "A Self Hosted Image Manipulator"
tagline: 47 tools. Local AI. No cloud. Your images stay on your machine. tagline: 47 tools. Local AI. No cloud. Your images never leave your home.
actions: actions:
- theme: brand - theme: brand
text: Get started text: Get started
+1 -1
View File
@@ -13,7 +13,7 @@ test.describe("Docs Homepage", () => {
await expect(page.getByText("SnapOtter").first()).toBeVisible(); await expect(page.getByText("SnapOtter").first()).toBeVisible();
await expect(page.getByText("A Self Hosted Image Manipulator")).toBeVisible(); await expect(page.getByText("A Self Hosted Image Manipulator")).toBeVisible();
await expect( 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(); ).toBeVisible();
}); });