Skip to content

Commit

Permalink
fix simple icons build
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Jan 1, 2025
1 parent e4ba25b commit 52a6bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_simple_icons.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get_icon_tints(pack_dir: str) -> dict[str, str]:
with open(data_path, "r") as file:
data = json.load(file)

for icon in data["icons"]:
for icon in data:
title = icon["title"]

if title in slugs:
Expand Down

0 comments on commit 52a6bdf

Please sign in to comment.