rounded logo
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m21s

This commit is contained in:
ChrQR 2024-06-10 02:11:25 +02:00
parent 54a669eb11
commit a0c2ebd96e

View File

@ -3,7 +3,7 @@ import Image from "next/image";
export default function JobCardIcon(props: { src: string }) {
const { src } = props;
return (
<div className="flex justify-center items-center h-auto w-6 sm:min-w-14">
<div className="flex justify-center items-center h-auto w-6 sm:min-w-14 rounded-sm">
<Image
className="h-auto w-6 sm:min-w-12"
src={src}