a tool for shared writing and social publishing

trim uris in links

+1 -1
+1 -1
app/lish/[did]/[publication]/[rkey]/TextBlockCore.tsx
··· 99 99 children.push( 100 100 <a 101 101 key={counter} 102 - href={link.uri} 102 + href={link.uri.trim()} 103 103 className={`text-accent-contrast hover:underline ${className}`} 104 104 target="_blank" 105 105 >