Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
fix(website): Turn the Algolia icon into a link
Browse files Browse the repository at this point in the history
  • Loading branch information
LukyVj committed Apr 6, 2016
1 parent 3453b46 commit e94a14d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/partials/hero.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
%div.hero-container

%div.fl-left
%span{class: "icon icon-algolia-small no-mobile", id: "icon-algolia"}
%a{href: "http://algolia.com", title:"Link to Algolia webiste"}
%span{class: "icon icon-algolia-small no-mobile", id: "icon-algolia"}
%span{class: "display-on-small small-illustration"}
%img{src: "images/svg/places-illustration.svg"}
%h1= current_page.data.title
Expand Down

0 comments on commit e94a14d

Please sign in to comment.