1
0
mirror of synced 2026-01-03 15:05:54 -05:00

Merge branch 'main' into repo-sync

This commit is contained in:
Octomerger Bot
2021-12-10 21:51:53 -06:00
committed by GitHub

View File

@@ -19,9 +19,8 @@ export const ArticleCard = ({ card, typeLabel }: Props) => {
<ul style={{ listStyleType: 'none' }}>
{card.topics.map((topic) => {
return (
<li className="d-inline-block">
<li className="d-inline-block" key={topic}>
<Label
key={topic}
data-testid="article-card-topic"
variant="small"
sx={{ bg: 'accent.emphasis', mr: 1 }}