Skip to content

Commit

Permalink
Merge pull request #64 from tessel/kb-svg
Browse files Browse the repository at this point in the history
stop asking for svgs that aren't needed
  • Loading branch information
Frijol committed Apr 15, 2016
2 parents 4f71d68 + 407b2bc commit 23bcf91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/modules.jade
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ block append head

mixin module-title(module, title)
h4
object.icon(type="image/svg+xml", data="/images/modules/" + module + ".svg")
object
img.icon(src="https://s3.amazonaws.com/technicalmachine-assets/technical-io/modules/" + module + ".png")
|  !{title}

Expand Down

0 comments on commit 23bcf91

Please sign in to comment.