Skip to content

Commit

Permalink
move banner below navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
nishantbalaji committed Mar 15, 2024
1 parent c5047e1 commit e167a22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@ const NavigationBar: React.FC = () => {
</Link>
))}
</div>
<Banner />

{/* Bottom Rainbow */}
<div className={s.rainbow} />
<Banner />
</div>
);
};
Expand Down

0 comments on commit e167a22

Please sign in to comment.