deso-protocol / identity

Sign in with DeSo
MIT License
70 stars 66 forks source link

fix: fix broken avatar directive #265

Closed jackson-dean closed 1 year ago

jackson-dean commented 1 year ago

After a recent styling refactor the avatar directive was broken because the file it was referencing for the default profile image was removed.

Here we simplify things and just make the avatar directive fully self contained, as there is no real reason to pass window.host or window.origin as an argument since it is a simple globally accessible value.

jackson-dean commented 1 year ago

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.