We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4e203 commit 980cf86Copy full SHA for 980cf86
1 file changed
src/app/page.tsx
@@ -126,7 +126,7 @@ function HomePage() {
126
<div className="page-shell-inner page-shell-inner--home">
127
128
{/* Hero — landing: stats counter; user result: show @username */}
129
- {!certificate && !userRepos && (
+ {!certificate && !userRepos && !loading && !userLoading && (
130
<div style={{ marginTop: '0px' }}>
131
<PageHero
132
subtitle={
@@ -137,7 +137,7 @@ function HomePage() {
137
</div>
138
)}
139
140
- {!certificate && userRepos && scannedUsername && (
+ {!certificate && userRepos && scannedUsername && !loading && !userLoading && (
141
142
143
0 commit comments