0.0.1-alpha.2

This commit is contained in:
Henry Dollman
2024-07-21 19:20:42 -04:00
parent 765a4c707b
commit bb295ca297
3 changed files with 3 additions and 3 deletions

View File

@@ -281,7 +281,7 @@ export function UserAuthForm({
<Dialog>
<DialogTrigger asChild>
<button type="button" className={cn(buttonVariants({ variant: 'outline' }))}>
<img className="mr-2 h-4 w-4 dark:invert" src="/icons/github.svg" alt="" />
<img className="mr-2 h-4 w-4 dark:invert" src="/static/github.svg" alt="" />
<span className="translate-y-[1px]">GitHub</span>
</button>
</DialogTrigger>