Skip to content

Commit

Permalink
transitionの時間を短く
Browse files Browse the repository at this point in the history
  • Loading branch information
su-u committed Dec 24, 2023
1 parent 7b0361d commit 1a6eff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/home/FeatureCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const FeatureCard: FC<CardProps> = ({ title, path, description }) => {
};

const StyleCard = styled(Card)`
transition: 0.2s;
transition: 0.1s;
.ant-card-head {
min-height: 38px;
Expand Down

1 comment on commit 1a6eff8

@vercel
Copy link

@vercel vercel bot commented on 1a6eff8 Dec 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tools-su-u-dev – ./

tools-su-u-dev-git-main-su-u.vercel.app
tools-su-u-dev.vercel.app
tools-su-u-dev-su-u.vercel.app
tools.su-u.dev

Please sign in to comment.