use auth logos from pocketbase

This commit is contained in:
Henry Dollman
2024-11-29 16:57:18 -05:00
parent 87f7390eca
commit 1d414e659b
17 changed files with 2 additions and 18 deletions

View File

@@ -255,8 +255,8 @@ export function UserAuthForm({
<LoaderCircle className="me-2 h-4 w-4 animate-spin" />
) : (
<img
className="me-2 h-4 w-4 dark:invert"
src={`/static/${provider.name}.svg`}
className="me-2 h-4 w-4 dark:brightness-0 dark:invert"
src={`/_/images/oauth2/${provider.name}.svg`}
alt=""
onError={(e) => {
e.currentTarget.src = "/static/lock.svg"