Archived
ui: remove source attribution + publisher rights notice
This commit is contained in:
@@ -21,12 +21,9 @@ export default function ArticleCard({ card }: { card: Card }) {
|
||||
/>
|
||||
) : (
|
||||
<span className="flex h-full items-center justify-center font-display text-4xl text-ink-300">
|
||||
{card.siteName.charAt(0)}
|
||||
◆
|
||||
</span>
|
||||
)}
|
||||
<span className="absolute left-3 top-3 rounded bg-ink-950/80 px-2 py-0.5 text-[11px] font-semibold uppercase tracking-wide text-white">
|
||||
{card.siteName}
|
||||
</span>
|
||||
</Link>
|
||||
<div className="flex flex-1 flex-col p-4">
|
||||
<h3 className="font-display text-lg font-bold leading-snug text-ink-900 group-hover:text-maple-700">
|
||||
|
||||
Reference in New Issue
Block a user