Skip to content

Commit

Permalink
🐛 fix tag gap
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Nov 22, 2023
1 parent 27b0daa commit cd70e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/Resource/DetailCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default function ResourceDetailCard({ resource }: Props) {
<div className="detail-card-body">
<div className="detail-card-body-left">
<span className="h-full">{resource.desc}</span>
<div className="mb-4">
<div className="resource-card-footer-tags mb-4">
{resource.tags.map((tag, index) => (
<Tag className="align-bottom" key={index} {...tag} />
))}
Expand Down

0 comments on commit cd70e83

Please sign in to comment.