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

Commit

Permalink
fix(footer): powered by link goes to algolia.com/places
Browse files Browse the repository at this point in the history
We will have to build a similar page than
https://www.algolia.com/ref/docsearch/
  • Loading branch information
vvo committed Jun 14, 2016
1 parent 2c7f351 commit 396ffc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defaultTemplates.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import osmLogo from './icons/osm.svg';

export default {
footer: `<div class="ap-footer">
Built by <a href="https://www.algolia.com/?utm_source=places&utm_medium=link&utm_term=footer&utm_campaign=${location.hostname}" title="Search by Algolia" class="ap-footer-algolia">${algoliaLogo.trim()}</a>
Built by <a href="https://www.algolia.com/places" title="Search by Algolia" class="ap-footer-algolia">${algoliaLogo.trim()}</a>
using <a href="https://community.algolia.com/places/documentation.html#license" class="ap-footer-osm" title="Algolia Places data © OpenStreetMap contributors">${osmLogo.trim()} <span>data</span></a>
</div>`,
value,
Expand Down

0 comments on commit 396ffc8

Please sign in to comment.