Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Jun 24, 2023
1 parent 5ffebd5 commit e141278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/NavBar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { FC } from 'react';
export const NavBar: FC = () => {
return (
<header className="w-full p-8 pb-4 pt-6 md:pt-6 md:pb-4 md:px-8 flex justify-between items-start">
<div className="flex flex-col justify-center">
<div className="flex flex-col justify-center mt-2">
<div className="bg-notblack w-fit font-bold">
<span className="text-white -1 mx-3">v3xlabs</span>
</div>
Expand Down

0 comments on commit e141278

Please sign in to comment.