atuttle / Taffy

:candy: The REST Web Service framework for ColdFusion and Lucee
http://taffy.io
Other
226 stars 117 forks source link

Favicon? #427

Open JamoCA opened 2 years ago

JamoCA commented 2 years ago

I found it beneficial to add a separate favicon so that it was easier to identify the API dashboard from amongst my other open tabs on the same domain.

Taffy-API-Favicon-DataURI-20220317154033

I cropped the taffy icon from the dashboard/ logo-lg.png image, converted it to a data URI and added a 16x16 version as the inline favicon and used a larger version as a H1 image (within the dash.css file).

Would you like me to submit it?

atuttle commented 2 years ago

Sounds like a good addition. I'd love to see the code diff.

JamoCA commented 2 years ago

Here's the pull. https://github.com/atuttle/Taffy/pull/428