Skip to content

Commit

Permalink
Increase logo width on image page
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGustafsson committed Dec 30, 2024
1 parent dbccadd commit 76a6f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pages/ImagePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export function ImagePage(): JSX.Element {
return (
<div className="flex flex-col items-center w-full pt-6 pb-10 px-2">
{/* Header */}
<ImageLogo src={image.value.image} width={48} height={48} />
<ImageLogo src={image.value.image} width={90} height={90} />
{/* Image name */}
<h1 className="text-2xl font-medium">
{name(image.value.reference)}
Expand Down

0 comments on commit 76a6f48

Please sign in to comment.