Skip to content

Commit 8a393a8

Browse files
committed
conflict resolved
1 parent 1b29a79 commit 8a393a8

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

src/components/Header/Header.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ import { Link } from "react-router-dom";
33

44
function 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

src/components/Layout/Layout.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)