Skip to content

Commit

Permalink
remove svg due to parcel-bundler/parcel#7609
Browse files Browse the repository at this point in the history
  • Loading branch information
brumm committed Aug 26, 2023
1 parent 0490274 commit 7c9ec44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/assets/tako.svg

This file was deleted.

3 changes: 1 addition & 2 deletions src/components/TokenPrompt.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { storage } from 'webextension-polyfill'
import logo from '../assets/tako.svg'

export const TokenPrompt = ({ invalidToken }) => {
return (
Expand All @@ -13,7 +12,7 @@ export const TokenPrompt = ({ invalidToken }) => {
}}
>
<img
src={logo}
src="https://github.com/brumm/tako/blob/master/src/assets/tako.svg?raw=true"
alt=""
width={80}
height={80}
Expand Down

0 comments on commit 7c9ec44

Please sign in to comment.