ipfs-webui
ipfs-webui copied to clipboard
Country flag svgs are pulled from cdn over http
https://github.com/danalloway/react-country-flag/blob/08aa12227f9d05bfc44f4f00ef0b01d929323f03/src/index.js#L14
We need to pull those svgs into the app bundle so they are served from ipfs.
@fsdiogo This'd be nice to have. I think we just need to add them to IPFS in the right layout, and configure the CDN, though we may need to fork the lib to get it working.
flag icons are ultimately being pulled in from https://github.com/lipis/flag-icons
we could just import this package directly until we have something more robust