Skip to content

Commit

Permalink
Change branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Apr 16, 2024
1 parent b8f3806 commit f888945
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/vpnmanager/src/components/NavBar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ interface Props {
socialLinks: SocialLinks[];
}
function NavBar({ logo, menus, socialLinks }: Props) {
console.log("------------>")
return (
<NavigationBar sx={{ py: { xs: "10px", md: "15.5" } }}>
<Section sx={{ px: { xs: 2.5, sm: 0 } }}>
Expand Down

0 comments on commit f888945

Please sign in to comment.