Skip to content

Commit

Permalink
fix: re-enabled something
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaswma committed Jan 25, 2024
1 parent 6ad55e0 commit af0b604
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/routes/popup/explore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ export default function Explore() {
browser.tabs.create({ url: "https://app.ardrive.io" })
}
>
{/* <img src={arDriveLogo} alt={"ArDrive"} draggable={false} /> */}
<>
<img src={arDriveLogo} alt={"ArDrive"} draggable={false} />
</>
</AppShortcut>
<AppShortcut
color="#1a1717"
Expand Down

0 comments on commit af0b604

Please sign in to comment.