docs: remove mentions of logoUrl (#1473)

* Add streaming text example

Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>

* Updated diagram to be visible on dark mode (#1456)

Added white background so the diagram in docs is visible also in dark background.

* Update .gitattributes to not look at haskell files

* docs: remove mentions of logoUrl

---------

Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
Co-authored-by: Boris Martinovic <boris@martinovic.dev>
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
This commit is contained in:
Gleb Mirzayev 2023-10-05 08:45:27 -04:00 committed by Martin Sosic
parent 728fdd6875
commit 799ff1d8d0

View File

@ -325,7 +325,7 @@ If you're looking for the fastest way to get your auth up and running, that's wh
The UI helpers described below are lower-level and are useful for creating your custom forms.
:::
Wasp provides sign-in buttons, logos and URLs for each of the supported social login providers.
Wasp provides sign-in buttons and URLs for each of the supported social login providers.
<Tabs groupId="js-ts">
<TabItem value="js" label="JavaScript">
@ -334,12 +334,10 @@ Wasp provides sign-in buttons, logos and URLs for each of the supported social l
import {
SignInButton as GoogleSignInButton,
signInUrl as googleSignInUrl,
logoUrl as googleLogoUrl,
} from '@wasp/auth/helpers/Google'
import {
SignInButton as GitHubSignInButton,
signInUrl as gitHubSignInUrl,
logoUrl as gitHubLogoUrl,
} from '@wasp/auth/helpers/GitHub'
export const LoginPage = () => {
@ -362,12 +360,10 @@ export const LoginPage = () => {
import {
SignInButton as GoogleSignInButton,
signInUrl as googleSignInUrl,
logoUrl as googleLogoUrl,
} from '@wasp/auth/helpers/Google'
import {
SignInButton as GitHubSignInButton,
signInUrl as gitHubSignInUrl,
logoUrl as gitHubLogoUrl,
} from '@wasp/auth/helpers/GitHub'
export const LoginPage = () => {