Skip to content

Commit

Permalink
Remove unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
alexBinns committed Oct 17, 2023
1 parent 23590dc commit f350eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Badge.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const coloursMap = {
default: 'text-content-primary border-outline-opaque bg-surface-tertiary'
}
const badgeClass =`${coloursMap[type]} type-caption-2 text-xs px-2 py-0.5 rounded-full border self-center`
const badgeClass =`${coloursMap[type]} type-caption-2 px-2 py-0.5 rounded-full border self-center`
---
{link ?
Expand Down

0 comments on commit f350eae

Please sign in to comment.