We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b627c57 commit f246192Copy full SHA for f246192
2 files changed
.github/scripts/build_assets/util.py
@@ -34,7 +34,7 @@ def check_svgs(svg_file_paths: List[Path]):
34
tree = et.parse(svg_path)
35
root = tree.getroot()
36
namespace = "{http://www.w3.org/2000/svg}"
37
- err_msg = [f"{svg_path.name}:"]
+ err_msg = [f"{svg_path}:"]
38
39
if root.tag != f"{namespace}svg":
40
err_msg.append(f"-root is '{root.tag}'. Root must be an 'svg' element")
.github/workflows/post_peek_screenshot.yml
@@ -54,7 +54,7 @@ jobs:
54
I'm Devicons' Peek Bot and I just peeked at the icons that you wanted to add using [icomoon.io](https://icomoon.io/app/#/select).
55
Here is the result below:
56
57
- 
+ {0}
58
59
Here are the zoomed-in screenshots of the added icons:
60
{1}
0 commit comments