Skip to content

Commit

Permalink
Merge branch 'main' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelfact committed Oct 24, 2024
2 parents 3ab39c9 + 812f2f4 commit 43d7171
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import Image from "next/image";

import { IMAGES } from "src/assets/img";
import MarkdownPreview from "src/components/MarkdownPreview";
import { withTooltip } from "src/components/Tooltip";
Expand All @@ -22,11 +20,10 @@ export function OverviewInformations({ project }: TOverviewInformations.Props) {
<Flex direction="col" className="gap-4 px-6 py-4">
<Flex direction="col" className="gap-2">
<Flex alignItems="center" className="gap-1 md:gap-4">
<Image
<img
alt={project.name}
src={project?.logoUrl || IMAGES.logo.space}
loading="lazy"
objectFit="cover"
width={80}
height={80}
className="h-8 w-8 rounded-lg object-cover object-center md:h-20 md:w-20"
Expand Down

0 comments on commit 43d7171

Please sign in to comment.