a tool for shared writing and social publishing

small icon size adjustment

+2 -1
+1 -1
app/p/[didOrHandle]/(profile)/comments/page.tsx
··· 58 </div> 59 {props.isReply && ( 60 <div className="text-xs text-tertiary flex flex-row gap-2 w-full my-0.5 items-center"> 61 - <ReplyTiny className="shrink-0" /> 62 <div className="font-bold shrink-0">jared</div> 63 <div className="grow truncate"> 64 this is the content of what i was saying and its very long so i
··· 58 </div> 59 {props.isReply && ( 60 <div className="text-xs text-tertiary flex flex-row gap-2 w-full my-0.5 items-center"> 61 + <ReplyTiny className="shrink-0 scale-75" /> 62 <div className="font-bold shrink-0">jared</div> 63 <div className="grow truncate"> 64 this is the content of what i was saying and its very long so i
+1
components/Icons/ReplyTiny.tsx
··· 8 viewBox="0 0 16 16" 9 fill="none" 10 xmlns="http://www.w3.org/2000/svg" 11 > 12 <path 13 fillRule="evenodd"
··· 8 viewBox="0 0 16 16" 9 fill="none" 10 xmlns="http://www.w3.org/2000/svg" 11 + {...props} 12 > 13 <path 14 fillRule="evenodd"