ipfs-webui icon indicating copy to clipboard operation
ipfs-webui copied to clipboard

Country flag svgs are pulled from cdn over http

Open olizilla opened this issue 7 years ago • 2 comments

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.

olizilla avatar Sep 13 '18 13:09 olizilla

@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.

olizilla avatar Oct 16 '18 10:10 olizilla

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

SgtPooki avatar Jul 02 '23 11:07 SgtPooki