From 8aea061498ec43f62416fad4d9c48f0ba124a043 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sun, 26 Jan 2025 20:38:06 -0600 Subject: [PATCH] Text changes --- package.json | 2 +- src/components/auth/LoginForm.tsx | 5 +++-- src/components/features/users/UserList.tsx | 2 +- src/components/navigation/Footer.astro | 11 ++++++++--- src/layouts/Layout.astro | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 9bc37af..6720008 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pdsmanager", "type": "module", - "version": "0.1.0", + "version": "0.2.0", "scripts": { "dev": "astro dev", "build": "astro build", diff --git a/src/components/auth/LoginForm.tsx b/src/components/auth/LoginForm.tsx index bfaf2b4..d45c987 100644 --- a/src/components/auth/LoginForm.tsx +++ b/src/components/auth/LoginForm.tsx @@ -37,8 +37,9 @@ export default function LoginForm({ onLogin }: LoginFormProps) {

BlueSky PDS Manager

-

- Enter your PDS credentials to get started +

+ Enter your PDS credentials to get started. All credentials are + stored and encrypyted locally (in-browser).

{error && (
diff --git a/src/components/features/users/UserList.tsx b/src/components/features/users/UserList.tsx index b06309b..1e1ff0c 100644 --- a/src/components/features/users/UserList.tsx +++ b/src/components/features/users/UserList.tsx @@ -290,7 +290,7 @@ export default function UserList() {
-

BlueSky Users

+

Users