Skip to content

Commit

Permalink
remove unnecessary styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jojortz committed Jan 12, 2024
1 parent 6dbd768 commit f27d8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/feature/FeatureImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface FeatureImageProps {

const FeatureImage: React.FC<FeatureImageProps> = ({image, alt}) => {
return (
<div className="flex flex-col items-center justify-center border-solid border-2 border-neutral-100 shadow-lg rounded-xl w-full h-[600px] relative">
<div className="border-solid border-2 border-neutral-100 shadow-lg rounded-xl w-full h-[600px] relative">
<Image
src={imgPrefix + image}
fill
Expand Down

0 comments on commit f27d8f8

Please sign in to comment.