add svg img th

This commit is contained in:
Juan de la Cruz 2017-04-24 12:05:46 +02:00
parent 43f3c43eab
commit f334d4c119
2 changed files with 8 additions and 2 deletions

View file

@ -148,7 +148,7 @@
[:div.grid-item-th
{:style {:background-image (str "url('" url "')")}}]
[:div.grid-item-th
{:style {:background-image "url('/images/project-placeholder.svg')"}}]))
[:img.img-th {:src "/images/project-placeholder.svg" :alt "Project title"}]]))
;; --- Grid Item
@ -251,4 +251,3 @@
[:section.dashboard-content {}
(menu state projects-map)
(grid state projects-map)]]))