0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 07:41:43 -05:00

✏️ Fix typo in name of file

This commit is contained in:
mathieu.brunot 2019-02-16 00:30:39 +01:00
parent c745b9dec1
commit 9dad8b75d9
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
2 changed files with 1 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -206,7 +206,7 @@
:src (md/resolve-asset "images/email/twitter.png")}]] :src (md/resolve-asset "images/email/twitter.png")}]]
[:a {:href "#" :target "_blank"} [:a {:href "#" :target "_blank"}
[:img {:style "display: inline-block; width: 25px; margin-right: 5px;" [:img {:style "display: inline-block; width: 25px; margin-right: 5px;"
:src (md/resolve-asset "images/email/facebook.png")}]] :src (md/resolve-asset "images/email/github.png")}]]
[:a {:href "#" :target "_blank"} [:a {:href "#" :target "_blank"}
[:img {:style "display: inline-block; width: 25px; margin-right: 5px;" [:img {:style "display: inline-block; width: 25px; margin-right: 5px;"
:src (md/resolve-asset "images/email/linkedin.png")}]]]]] :src (md/resolve-asset "images/email/linkedin.png")}]]]]]