Skip to content

Commit ae95771

Browse files
committed
finalise v0.01
1 parent ffc5adf commit ae95771

File tree

3 files changed

+3
-37
lines changed

3 files changed

+3
-37
lines changed

options/index.tsx

-34
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Lens Bridge",
33
"displayName": "Lens Bridge",
44
"version": "0.0.1",
5-
"description": "A basic Plasmo extension.",
5+
"description": "SocialFi: Bridge contect from Twitter to Lens",
66
"author": "vitto rivabella",
77
"scripts": {
88
"dev": "plasmo dev",

popup.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ export const ExtensionWindow = () => {
7676
<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>
7777
</div>
7878
<h3>@{currentProfile.handle}</h3>
79-
<div className={style.following_container}>
80-
<div className={style.followers_container}>
79+
<div>
80+
<div>
8181
<p>
8282
<strong>{currentProfile.stats.totalFollowers} </strong>
8383
<span>Followers</span>

0 commit comments

Comments
 (0)