Skip to content

Commit

Permalink
Hallelujah!
Browse files Browse the repository at this point in the history
  • Loading branch information
amosmachora committed Aug 28, 2022
1 parent 4e64b9a commit 3779e2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Components/Project/Project.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
.project-image:hover {
transform: scale(1.1);
filter: brightness(35%);
transition: brightness, transform, 0.4s ease;
transition: transform 0.4s ease;
transition: brightness, 0.4s ease;
}
.project-image:not(:hover) {
transform: scale(1);
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Project/Project.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect, useState } from "react";
import React, { useState } from "react";
import "./Project.css";
import Api from "../../Assets/API.png";

Expand Down

1 comment on commit 3779e2b

@vercel
Copy link

@vercel vercel bot commented on 3779e2b Aug 28, 2022

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:

amosmachora – ./

amosmachora.vercel.app
amosmachora-amohprince.vercel.app
amosmachora-git-master-amohprince.vercel.app

Please sign in to comment.