Compare commits
2 Commits
5a4da1834b
...
dc11f5695d
Author | SHA1 | Date | |
---|---|---|---|
dc11f5695d | |||
d7f9807e20 |
@ -2,8 +2,6 @@
|
||||
line-height: 1.5;
|
||||
font-weight: 400;
|
||||
|
||||
color-scheme: light dark;
|
||||
|
||||
font-synthesis: none;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
@ -136,7 +136,7 @@ export const MainLayout = () => {
|
||||
}
|
||||
|
||||
setIsLoading(true)
|
||||
setLoadingSpinnerDesc(`Fetching user's app data`)
|
||||
setLoadingSpinnerDesc(`Loading SIGit History`)
|
||||
getUsersAppData()
|
||||
.then((appData) => {
|
||||
if (appData) {
|
||||
|
Loading…
Reference in New Issue
Block a user