Skip to content

Commit

Permalink
chore: Remove connectkit button from navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
wryonik committed Oct 4, 2024
1 parent 8c7cc13 commit cf9f08d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import CloseIcon from "@mui/icons-material/Close";
import MailOutlineIcon from "@mui/icons-material/MailOutline";
import MenuIcon from "@mui/icons-material/Menu";
import { Dialog, Toolbar } from "@mui/material";
import { AppBar, Grid, IconButton, Slide } from "@mui/material/";
import Box from "@mui/material/Box";
import { useTheme } from "@mui/material/styles";
import { TransitionProps } from "@mui/material/transitions";
import Typography from "@mui/material/Typography";
import { ConnectKitButton } from "connectkit";
import React, { useState } from "react";
import { Link } from "react-router-dom";
import { Button } from "./Button";
Expand Down Expand Up @@ -152,7 +150,6 @@ const MobileNav = ({
>
Learn More
</Button>
<ConnectKitButton />
</Grid>
</Dialog>
);
Expand Down Expand Up @@ -234,7 +231,6 @@ const NavBar: React.FC = () => {
{NAV_LINKS.map((navLink) => {
return (
<Button
color="primary"
href={navLink.link}
target="_blank"
sx={{
Expand Down Expand Up @@ -300,7 +296,6 @@ const NavBar: React.FC = () => {
>
Learn More
</Button>
<ConnectKitButton />
</Box>
</Grid>
</Grid>
Expand Down

0 comments on commit cf9f08d

Please sign in to comment.