File tree 3 files changed +3
-37
lines changed
3 files changed +3
-37
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
"name" : " Lens Bridge" ,
3
3
"displayName" : " Lens Bridge" ,
4
4
"version" : " 0.0.1" ,
5
- "description" : " A basic Plasmo extension. " ,
5
+ "description" : " SocialFi: Bridge contect from Twitter to Lens " ,
6
6
"author" : " vitto rivabella" ,
7
7
"scripts" : {
8
8
"dev" : " plasmo dev" ,
Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ export const ExtensionWindow = () => {
76
76
< span className = "top-0 right-0 absolute w-4 h-4 -mr-2 -mt-1 bg-green-400 border-2 border-white dark:border-gray-800 rounded-full" > </ span >
77
77
</ div >
78
78
< h3 > @{ currentProfile . handle } </ h3 >
79
- < div className = { style . following_container } >
80
- < div className = { style . followers_container } >
79
+ < div >
80
+ < div >
81
81
< p >
82
82
< strong > { currentProfile . stats . totalFollowers } </ strong >
83
83
< span > Followers</ span >
You can’t perform that action at this time.
0 commit comments