File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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]"
Original file line number Diff line number Diff 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" />
You can’t perform that action at this time.
0 commit comments