Skip to content

Commit

Permalink
rmv duplicate flex class from tool component
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Sep 20, 2024
1 parent e0bedbb commit cbc4913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ToolComponent.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const html: string | null = Astro.props.html
{props.repo && <a href={props.repo} title="Code Source"><Icon name="mdi:file-code-outline" size="1.5rem"/></a>}
</div>
</div>
<div class="flex flex gap-2">
<div class="flex gap-2">
{props.tags && props.tags.map((tag) => <div class="badge badge-ghost">{tag}</div>)}
</div>
<div>
Expand Down

0 comments on commit cbc4913

Please sign in to comment.