Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
shahdivyank committed Oct 30, 2024
1 parent f06da05 commit 4ed62d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/user/profile/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const Header = ({
<p className="rounded-md bg-starlight-blue px-7 py-1.5 text-sm font-bold text-white">
{status}
</p>
<div className="border-starlight-lightgray mx-4 h-8 border-l-2" />
<div className="mx-4 h-8 border-l-2 border-starlight-lightgray" />
<Projects projects={projects} />
</div>
</div>
Expand Down

0 comments on commit 4ed62d8

Please sign in to comment.