a tool for shared writing and social publishing
0
fork

Configure Feed

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

added a label to the share button

celine 83e9360a 71ee061f

+7 -2
+7 -2
components/ShareOptions/index.tsx
··· 37 37 return ( 38 38 <Popover.Root> 39 39 <Popover.Trigger> 40 - <div className="rounded-full w-8 h-8 bg-accent text-accentText flex place-items-center justify-center"> 41 - <ShareSmall /> 40 + <div className="sm:w-8 sm:h-8 relative"> 41 + <div className="z-10 group/share sm:absolute top-0 left-0 rounded-full w-fit h-max bg-accent text-accentText flex gap-2 p-1 place-items-center justify-center"> 42 + <ShareSmall /> 43 + <div className="font-bold pr-[6px] sm:hidden group-hover/share:block"> 44 + Share 45 + </div> 46 + </div> 42 47 </div> 43 48 </Popover.Trigger> 44 49 <Popover.Portal>