Skip to content

Commit

Permalink
Give more space between download action and size hub screen
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Dec 4, 2023
1 parent 3aa58ce commit 18b0046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/screens/ExploreModels/ExploreModelItemHeader/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const ExploreModelItemHeader: React.FC<Props> = ({ model, onClick, open }) => {
<Badge>{model.metadata.tags[0]}</Badge>
</div>
<div className="inline-flex items-center space-x-2">
<span className="font-semibold text-muted-foreground">
<span className="mr-4 font-semibold text-muted-foreground">
{toGigabytes(model.metadata.size)}
</span>
{downloadButton}
Expand Down

0 comments on commit 18b0046

Please sign in to comment.