File tree 6 files changed +3
-3
lines changed
6 files changed +3
-3
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ function Login({ }: MaybePathProps) {
81
81
</ button >
82
82
) }
83
83
{ setting && setting . external . github && (
84
- < button className = "btn" style = { { background : "blue " } } onClick = { ( ) => loginProvider ( "github" ) } >
84
+ < button className = "btn" style = { { background : "lightblue " } } onClick = { ( ) => loginProvider ( "github" ) } >
85
85
GitHub
86
86
</ button >
87
87
) }
@@ -91,7 +91,7 @@ function Login({ }: MaybePathProps) {
91
91
</ button >
92
92
) }
93
93
{ setting && setting . external . google && (
94
- < button className = "btn" style = { { background : "orangered " } } onClick = { ( ) => loginProvider ( "google" ) } >
94
+ < button className = "btn" style = { { background : "lightsalmon " } } onClick = { ( ) => loginProvider ( "google" ) } >
95
95
Google
96
96
</ button >
97
97
) }
Original file line number Diff line number Diff line change 1
1
# example netlify.toml
2
2
[build ]
3
3
command = " cd example && yarn && SKIP_PREFLIGHT_CHECK=true yarn build"
4
- functions = " functions"
4
+ functions = " example/ functions"
5
5
publish = " example/build"
6
6
7
7
# # Uncomment to use this redirect for Single Page Applications like create-react-app.
You can’t perform that action at this time.
0 commit comments