a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix image upload button

+2 -2
+2 -2
components/TextBlock/index.tsx
··· 219 219 <div className="absolute top-0 right-0 hidden group-hover/text:block group-focus-within/text:block"> 220 220 <div className="flex gap-1"> 221 221 <label className="hover:cursor-pointer "> 222 - <button className="opacity-30 hover:opacity-100 hover:text-accent"> 222 + <div className="opacity-30 hover:opacity-100 hover:text-accent"> 223 223 <ImageSmall /> 224 - </button> 224 + </div> 225 225 <div className="hidden"> 226 226 <input 227 227 type="file"