a tool for shared writing and social publishing

removed border around logo i just added

+1 -1
+1 -1
app/lish/[did]/[publication]/[rkey]/page.tsx
··· 127 127 > 128 128 {pubRecord.icon && ( 129 129 <div 130 - className="pubDashLogo shrink-0 w-5 h-5 rounded-full border border-bg-page " 130 + className="pubDashLogo shrink-0 w-5 h-5 rounded-full border-bg-page " 131 131 style={{ 132 132 backgroundImage: `url(/api/atproto_images?did=${document.documents_in_publications[0].publications.identity_did}&cid=${(pubRecord.icon.ref as unknown as { $link: string })["$link"]})`, 133 133 backgroundRepeat: "no-repeat",