Skip to content

Commit 056410f

Browse files
committed
Update followers
1 parent 5eda6c8 commit 056410f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/search/src/routes/$profileId.lazy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function Profile() {
109109
<p className="text-sm text-gray-500">{profile.display || profile.name}</p>
110110
</div>
111111
{followersData && (
112-
<div className="ml-4 flex-1 flex justify-end gap-3 items-start self-start">
112+
<div className="ml-4 flex-1 flex justify-end md:gap-3 items-start self-start flex-wrap">
113113
<a href={`https://ethfollow.xyz/${profileId}?tab=following`} target="_blank" rel="noopener noreferrer" className="text-sm text-gray-500 flex gap-1 items-center hover:underline cursor-pointer">
114114
<span className="font-bold">{followersData.following_count}</span>
115115
<span className="text-gray-500">Following</span>

0 commit comments

Comments
 (0)