Skip to content

Commit

Permalink
temp fix for ecosystem to drivers (#171)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Borowski <[email protected]>
  • Loading branch information
Daniel and Daniel Borowski authored Apr 1, 2020
1 parent 978f0f0 commit 490a82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/get-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const getTemplate = (page, site) => {
switch (site) {
case 'guides':
return page === 'index' ? 'guides-index' : 'guide';
case 'ecosystem':
case 'drivers':
return page === 'index' ? 'ecosystem-index' : 'document';
default:
return 'document';
Expand Down

0 comments on commit 490a82f

Please sign in to comment.