File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,11 +3,7 @@ import { Link } from "react-router-dom";
33
44function Header ( { notice } ) {
55 return (
6- < << << << HEAD
7- < header className = "p-4 bg-dark-secondary" >
8- =======
96 < header className = "p-4 bg-dark-secondary sticky top-0 z-50" >
10- >>> >>> > ab6ff739206088a7a085920c9ef786c354271d4d
117 < div className = "w-full md:w-5/6 mx-auto flex flex-col md:flex-row justify-between items-center" >
128 { /* <h1 className="text-xl font-bold">
139 GITHUB <span className="text-primary line-through">ERROR</span> SOLVE
Original file line number Diff line number Diff line change @@ -12,13 +12,9 @@ const Layout = ({children}) => {
1212 < Header
1313 notice = { "Under Construction" }
1414 />
15- < << << << HEAD
16- { children }
17- = === ===
1815 < div className = 'relative' >
1916 { children }
2017 </ div >
21- >>> >>> > ab6ff739206088a7a085920c9ef786c354271d4d
2218 </ >
2319 ) ;
2420} ;
You can’t perform that action at this time.
0 commit comments