Skip to content

Commit

Permalink
style: css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bencodes07 committed May 2, 2024
1 parent 0601fb2 commit 26f9d13
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/dashboard/company/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,7 @@ export default function Page({ params }: { params: { id: string } }) {
</p>
</div>
</div>
<Button className={"ml-6"} variant={"secondary"}>
Follow
</Button>
<Button className={"ml-6 text-foreground"}>Follow</Button>
</div>
<p className={"mt-10 text-muted-foreground"}>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
Expand Down

0 comments on commit 26f9d13

Please sign in to comment.