Skip to content

Commit

Permalink
Docker button margin
Browse files Browse the repository at this point in the history
  • Loading branch information
dickwolff committed May 5, 2024
1 parent 1af2924 commit 83233f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default async function Home() {
<CardFooter>
<Link href={`https://hub.docker.com/repository/docker/${hubData.user}/${hubData.name}`} target="_blank">
<Button>
<Container width={16} height={16} className="mr-4" />
<Container width={16} height={16} className="mr-3" />
Go to Docker hub
</Button>
</Link>
Expand Down

0 comments on commit 83233f0

Please sign in to comment.