Skip to content

Commit 54e4870

Browse files
authored
Merge pull request #109 from safil-badarudeen/transition
error card enhancement
2 parents 1375c0c + df43867 commit 54e4870

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Error/ErrorCard.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function ErrorCard({ error }) {
3232
return (
3333
<div
3434
id="main-div"
35-
className={`py-4 mb-4 col-span-12 md:col-span-6 xl:col-span-4 px-2 md:px-6 border-l-4 rounded-lg items-start bg-dark-secondary flex flex-col ${item === "add"
35+
className={`py-4 mb-4 col-span-12 md:col-span-6 xl:col-span-4 px-2 md:px-6 border-l-4 rounded-lg items-start bg-dark-secondary flex flex-col hover:scale-105 duration-300 ${item === "add"
3636
? "border-[#4024e0]"
3737
: item === "commit"
3838
? "border-[#1a5ba5]"

src/components/Header/Header.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function Header({ notice }) {
1010
GITHUB <span className="text-primary line-through">ERROR</span> SOLVE
1111
</h1> */}
1212
<Link to={'/'}>
13-
<img src="assets/logo.png" className="w-36" alt="GES" />
13+
<img src="/assets/logo.png" className="w-36" alt="GES" />
1414
</Link>
1515
<div className="flex mt-2 md:mt-0 items-center gap-3 text-sm">
1616
<MdConstruction className="text-lg" />

0 commit comments

Comments
 (0)