Skip to content

Commit

Permalink
fix(fe): 🐛 text btn cant be ghost
Browse files Browse the repository at this point in the history
  • Loading branch information
lehuygiang28 committed Jun 14, 2024
1 parent b4d5933 commit 2704fba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/fe/src/components/pages/home/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,7 @@ export default function HomePageHeader() {
>
<Space>
<NextLink href="/login">
<Button type="text" ghost>
Login
</Button>
<Button type="text">Login</Button>
</NextLink>
<NextLink href="/register">
<Button type="primary" ghost>
Expand Down

0 comments on commit 2704fba

Please sign in to comment.