Skip to content

Commit

Permalink
Merge branch 'refs/heads/dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncurtisyoga committed Sep 29, 2024
2 parents fafc0f7 + 85866a7 commit 111ea0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions _components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,7 @@ const Header: FC = () => {
<UserButton />
</SignedIn>
<SignedOut>
<Link href={"/sign-in"}>
<Link href={"/sign-in"}>Login</Link>
</Link>
<Link href={"/sign-in"}>Login</Link>
</SignedOut>
</NavbarItem>
</>
Expand Down
3 changes: 0 additions & 3 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ const config: Config = {
"2/1": "2/1",
},
backgroundImage: {},
fontFamily: {
sans: ["Roboto Flex", "sans-serif"], // Apply Roboto Flex to sans family
},
},
},
darkMode: "class",
Expand Down

0 comments on commit 111ea0f

Please sign in to comment.