Skip to content

Commit

Permalink
chore: fix design
Browse files Browse the repository at this point in the history
  • Loading branch information
kawamataryo committed Jan 17, 2025
1 parent 0407fa0 commit bf3c368
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/contents/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ const Profile = () => {
</div>
)}
{!isLoading && bskyUsers.length === 0 && (
<div>😢 {chrome.i18n.getMessage("noUsersFound")}</div>
<div className="text-center text-md mt-10">
😢 {chrome.i18n.getMessage("noUsersFound")}
</div>
)}
</div>
</Modal>
Expand Down

0 comments on commit bf3c368

Please sign in to comment.