-
-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Paul Mineev
committed
Apr 10, 2022
1 parent
f7bddd7
commit 35d0714
Showing
17 changed files
with
120 additions
and
106 deletions.
There are no files selected for viewing
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
export const OAUTH_DATA = { | ||
facebook: require('./assets/facebook.svg').default as string, | ||
twitter: require('./assets/twitter.svg').default as string, | ||
patreon: require('./assets/patreon.svg').default as string, | ||
google: require('./assets/google.svg').default as string, | ||
microsoft: require('./assets/microsoft.svg').default as string, | ||
yandex: require('./assets/yandex.svg').default as string, | ||
dev: require('./assets/dev.svg').default as string, | ||
facebook: require('assets/social/facebook.svg').default as string, | ||
twitter: require('assets/social/twitter.svg').default as string, | ||
patreon: require('assets/social/patreon.svg').default as string, | ||
google: require('assets/social/google.svg').default as string, | ||
microsoft: require('assets/social/microsoft.svg').default as string, | ||
yandex: require('assets/social/yandex.svg').default as string, | ||
dev: require('assets/social/dev.svg').default as string, | ||
github: { | ||
name: 'GitHub', | ||
icons: { | ||
light: require('./assets/github-light.svg').default as string, | ||
dark: require('./assets/github-dark.svg').default as string, | ||
light: require('assets/social/github-light.svg').default as string, | ||
dark: require('assets/social/github-dark.svg').default as string, | ||
}, | ||
}, | ||
telegram: require('./assets/telegram.svg').default as string, | ||
telegram: require('assets/social/telegram.svg').default as string, | ||
} as const; | ||
|
||
export const OAUTH_PROVIDERS = Object.keys(OAUTH_DATA); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.user { | ||
display: flex; | ||
align-items: center; | ||
} | ||
|
||
.user > * + * { | ||
margin-left: 4px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters