diff --git a/.gitignore b/.gitignore index 112e7faa..d1098953 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Playwright CLI session artifacts (snapshots, console logs, screenshots) +.playwright-cli/ + # Python __pycache__/ *.py[cod] diff --git a/docs-site/components/logo.tsx b/docs-site/components/logo.tsx index 4ab8f8ba..44ab7144 100644 --- a/docs-site/components/logo.tsx +++ b/docs-site/components/logo.tsx @@ -1,28 +1,36 @@ export function Logo() { return ( -
+
+
+ + KTX + + + by Kaelio + +
- KTX - - Docs