Skip to content

Commit

Permalink
removed twitter link
Browse files Browse the repository at this point in the history
  • Loading branch information
MubashirWaheed committed Nov 21, 2022
1 parent 574309d commit b51e7e8
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,23 +175,8 @@ function App() {
setBlockData={setBlockData}
/>
)}
<Link
mt="auto"
mr={2}
pt={2}
alignSelf="flex-end"
href="https://twitter.com/metranite"
sx={{ color: "black", cursor: "pointer" }}
underline="none"
target="_blank"
rel="noopener"
>
<IconButton sx={{ p: "0" }}>
<img src={TwitterSvg} alt="twitter icon" />
</IconButton>
@metranite
</Link>
<Box bgcolor="white">

<Box bgcolor="white" mt="auto">
<Footer />
</Box>
</Box>
Expand Down

0 comments on commit b51e7e8

Please sign in to comment.