Skip to content

Commit

Permalink
useCallback for listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvlathey committed Oct 30, 2024
1 parent 895f6d3 commit e6303ff
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 152 deletions.
4 changes: 2 additions & 2 deletions components/Body/BrowserExtensionTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function BrowserExtensionTab() {
</chakra.a>
</Text>
</Box>
<HStack mt="2" w="full" fontSize={"lg"}>
{/* <HStack mt="2" w="full" fontSize={"lg"}>
<Text>Read more:</Text>
<Link
color="cyan.200"
Expand All @@ -34,7 +34,7 @@ function BrowserExtensionTab() {
>
Launch Tweet
</Link>
</HStack>
</HStack> */}
<Image mt="2" src="/extension.png" />
</Center>
);
Expand Down
Loading

0 comments on commit e6303ff

Please sign in to comment.