nuxters icon indicating copy to clipboard operation
nuxters copied to clipboard

Enhancement: Use Nuxt Icon module for SVG's instead of inlined SVG's

Open luc122c opened this issue 2 years ago • 1 comments

I think it would tidy up the source code a lot to use the Nuxt Icon module where possible. For example, to replace this icon. From my understanding, they would be rendered to HTML (SVG) as part of the build process, so the end result shouldn't change?

luc122c avatar Sep 12 '23 22:09 luc122c

We can use the UIcon component from https://ui.nuxt.com actually to improve this

atinux avatar Oct 27 '23 11:10 atinux