mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-27 14:14:15 +00:00
feat: add refresh message to no miis found message
This commit is contained in:
parent
f2807aedf8
commit
b15b42b04d
1 changed files with 4 additions and 1 deletions
|
|
@ -158,7 +158,10 @@ export default function MiiList({ parentPage, userId, bypassCache }: Props) {
|
|||
<Pagination lastPage={data.lastPage} />
|
||||
</div>
|
||||
) : (
|
||||
<p>No Miis found, has the server died?</p>
|
||||
<>
|
||||
<p className="text-2xl text-center">No Miis found, has the server died?</p>
|
||||
<p className="text-center font-bold text-lg">Please try refreshing first!</p>
|
||||
</>
|
||||
)}
|
||||
</>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue