Commit 6178014d authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Fix guide icons in @aside tags.

parent 93e3c13c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ module JsDuck

    # Extracts guide icon URL from guide hash
    def icon_url(guide)
      "guides/" + guide["name"] + "/icon-lg.png"
      "guides/" + guide["name"] + "/icon.png"
    end

  end