Skip to content

Commit

Permalink
fix(css.gg): fix svg path
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonH committed Jul 7, 2020
1 parent e428e78 commit 3cd617e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/pages.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class PagesComponent implements OnInit {
resp.connect();
this.iconLibraries.registerSvgPack('css.gg', {
'list-tree':
'<svg width="100%" height="100%" preserveAspectRatio="none" viewBox="0 0 24 24"><use xlink:href="/all.svg#gg-list-tree"/></svg>',
'<svg width="100%" height="100%" preserveAspectRatio="none" viewBox="0 0 24 24"><use xlink:href="./all.svg#gg-list-tree"/></svg>',
});
}
menu = MENU_ITEMS;
Expand Down

0 comments on commit 3cd617e

Please sign in to comment.