Skip to content

Commit

Permalink
fix: Update Tabler fetch url (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebino authored Mar 19, 2024
1 parent 23523a3 commit f12c957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keymap_drawer/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class KeySidePars(BaseModel):
# mapping of sources to (possibly templated) URLs for fetching SVG glyphs
# e.g. `$$material:settings$$` will use the value for `material` and replace `{}` with `settings`
glyph_urls: dict[str, str] = {
"tabler": "https://unpkg.com/@tabler/icons/icons/{}.svg",
"tabler": "https://unpkg.com/@tabler/icons/icons/outline/{}.svg",
"mdi": "https://raw.githubusercontent.com/Templarian/MaterialDesign-SVG/master/svg/{}.svg",
"mdil": "https://raw.githubusercontent.com/Pictogrammers/MaterialDesignLight/master/svg/{}.svg",
"material": "https://fonts.gstatic.com/s/i/short-term/release/materialsymbolsoutlined/{}/default/48px.svg",
Expand Down

0 comments on commit f12c957

Please sign in to comment.