rounded logo
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m21s
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m21s
This commit is contained in:
parent
54a669eb11
commit
a0c2ebd96e
@ -3,7 +3,7 @@ import Image from "next/image";
|
|||||||
export default function JobCardIcon(props: { src: string }) {
|
export default function JobCardIcon(props: { src: string }) {
|
||||||
const { src } = props;
|
const { src } = props;
|
||||||
return (
|
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
|
<Image
|
||||||
className="h-auto w-6 sm:min-w-12"
|
className="h-auto w-6 sm:min-w-12"
|
||||||
src={src}
|
src={src}
|
||||||
|
Loading…
Reference in New Issue
Block a user