Skip to content

Commit 2e14051

Browse files
committed
solved?
1 parent b41c5fc commit 2e14051

6 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Header/Header.jsx

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

src/pages/doc.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import DocCard from '/src/components/Doc/DocCard'
2+
import DocCard from '/src/components/Docs/DocCard'
33
const Doc = () => {
44
return (
55
<DocCard/>

0 commit comments

Comments
 (0)