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

Commit

Permalink
fix: menu icon
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Feb 10, 2021
1 parent 7c71bb6 commit 08169d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ionicElements();

import {setupConfig} from '@ionic/core';
setupConfig({
menuIcon: '{{DECKDECKGO_BASE_HREF}}assets/icons/ionicons/menu.svg',
menuIcon: 'https://deckdeckgo.com/assets/icons/ionicons/menu.svg',
});

// Init DeckDeckGo elements
Expand Down

0 comments on commit 08169d5

Please sign in to comment.