dev-protocol/devprotocol.xyz

[FEATURE] Use loaded SVG files in the footer

Closed this issue · 3 comments

Detailed description

Instead of using in-HTML SVGs, I think we should load the SVGs from a file using the img tag (this for example can be seen in the footer file).

https://github.com/web3community/devprotocol.xyz/blob/cd851e4900c16e366435ce7203e71ae59333de3f/src/components/Global/Footer.astro#L24-L36

This can also be seen in other parts of the code in that file.

Context

It would make the code shorter and easier to read, IMO.

Possible implementation

Use loaded SVGs using the img tag in the footer file.

Additional information

Nope.

Code of Conduct

  • I agree to follow this project's Code of Conduct

Can I work on this issue?

Sure 😄

Thanks