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 @@ -15,7 +15,7 @@ export function Experiences({ arr }: ExperiencesProps) {
15
15
{ experiences && experiences . length > 0 ? (
16
16
< div className = "relative space-y-6" >
17
17
< div
18
- className = "z-1 absolute md:left-20 top-0 bottom-0 w-1 md: bg-emerald-500 md:dark:bg-emerald-200 bg- pink-500 dark:bg-red-300 rounded-full"
18
+ className = "z-1 absolute md:left-20 top-0 bottom-0 w-1 bg-pink-500 rounded-full"
19
19
> </ div >
20
20
{ experiences . map ( ( experience , index ) => (
21
21
< ExperienceTile key = { index } { ...experience } />
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const Navbar = () => {
8
8
{ /* <div className="flex items-center justify-between container mx-auto text-xl"></div> */ }
9
9
< div className = "h-0.5 overflow-hidden" >
10
10
< span
11
- className = "absolute bg-midnight-blue- 600 dark:bg-midnight-blue -400 h-full w-full top-0 bottom-0"
11
+ className = "absolute bg-emerald- 600 dark:bg-emerald -400 h-full w-full top-0 bottom-0"
12
12
style = { { transform : `translateX(${ completion - 100 } %)` } }
13
13
/>
14
14
</ div >
You can’t perform that action at this time.
0 commit comments