style: run prettier

This commit is contained in:
Petri Partio
2024-09-25 23:35:00 +03:00
parent 897be1e1bf
commit 56639010e8
5 changed files with 7 additions and 7 deletions

View File

@@ -14,14 +14,14 @@ export default function FeatureImage({
return (
<div className="relative rounded-[18px] p-px shadow-2xl">
<div
className="fade-in-out absolute bottom-0 left-0 right-0 top-0 z-0 rounded-[17px] bg-gradient-to-tr from-[#4d094e] to-pink-500/70 p-[2px] "
className="fade-in-out absolute bottom-0 left-0 right-0 top-0 z-0 rounded-[17px] bg-gradient-to-tr from-[#4d094e] to-pink-500/70 p-[2px]"
style={{
WebkitMask: 'linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0))',
animationDelay: `${Math.floor(Math.random() * 5) + 1 * 0.5}s`,
}}
></div>
<Image className="relative z-10 block rounded-2xl " src={src} alt={alt} width={width} height={height} />
<Image className="relative z-10 block rounded-2xl" src={src} alt={alt} width={width} height={height} />
</div>
);
}

View File

@@ -3,7 +3,7 @@ import Image from 'next/image';
export default function Footer() {
return (
<div className="space-y-10 pt-24 text-center">
<div className="flex items-center justify-center gap-10 ">
<div className="flex items-center justify-center gap-10">
<a
href="https://koodiklinikka.slack.com/"
className="opacity-50 transition-opacity hover:opacity-100 focus-visible:opacity-100"