dcgtc / dgrants

Decentralized Grant platform that implements quadratic funding.
GNU Affero General Public License v3.0
84 stars 39 forks source link

feat: adds component to contain `LogoPtr` image resolution and fallback process #559

Closed gdixon closed 2 years ago

gdixon commented 2 years ago

This PR abstracts ptrToURI() calls to a component (LogoPtrImage) - this component should be responsible for the logoPtr handling and implementation details.

--

Fixes: #557