diff --git a/components/Environment.tsx b/components/Environment.tsx index eebe5d8..633100c 100644 --- a/components/Environment.tsx +++ b/components/Environment.tsx @@ -103,7 +103,7 @@ function Feature({ feature, className, ...props }: FeatureProps) { className={className} {...props} > - +

diff --git a/components/TechStack.tsx b/components/TechStack.tsx index 4443f01..7507635 100644 --- a/components/TechStack.tsx +++ b/components/TechStack.tsx @@ -98,8 +98,9 @@ function Feature({ feature, isActive, className, ...props }: FeatureProps ) { className={clsx(className, !isActive && 'opacity-75 hover:opacity-100')} {...props} > -

@@ -182,7 +185,9 @@ function FeaturesDesktop() { className="w-full" src={feature.image} alt="" - sizes="52.75rem" + // sizes="52.75rem" + width="800" + height="500" />