File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ function ErrorCard({ error }) {
32
32
return (
33
33
< div
34
34
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"
36
36
? "border-[#4024e0]"
37
37
: item === "commit"
38
38
? "border-[#1a5ba5]"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ function Header({ notice }) {
10
10
GITHUB <span className="text-primary line-through">ERROR</span> SOLVE
11
11
</h1> */ }
12
12
< Link to = { '/' } >
13
- < img src = "assets/logo.png" className = "w-36" alt = "GES" />
13
+ < img src = "/ assets/logo.png" className = "w-36" alt = "GES" />
14
14
</ Link >
15
15
< div className = "flex mt-2 md:mt-0 items-center gap-3 text-sm" >
16
16
< MdConstruction className = "text-lg" />
You can’t perform that action at this time.
0 commit comments