- add icons and favicon

This commit is contained in:
Amruth Pillai
2020-07-03 20:55:52 +05:30
parent 6dc2747a9b
commit c53cd84722
10 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ const Logo = ({ size = "256px" }) => {
return (
<GatsbyImage
loading="eager"
className="shadow-md rounded"
style={{ width: size, height: size }}
fluid={file.childImageSharp.fluid}