Skip to content

Commit

Permalink
fix: Use CDN link for Tabler SVGs
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Milliken <[email protected]>
  • Loading branch information
caksoylar and SethMilliken committed Dec 8, 2023
1 parent 6980079 commit 9018823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keymap_drawer/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,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://tabler-icons.io/static/tabler-icons/icons/{}.svg",
"tabler": "https://unpkg.com/@tabler/icons/icons/{}.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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "keymap-drawer"
version = "0.13.1"
version = "0.13.2"
description = "A module and CLI tool to help parse and draw keyboard layouts."
authors = ["Cem Aksoylar <[email protected]>"]
readme = ["README.md", "KEYMAP_SPEC.md"]
Expand Down

0 comments on commit 9018823

Please sign in to comment.