Skip to content

Commit

Permalink
Fix missing table
Browse files Browse the repository at this point in the history
  • Loading branch information
Terence Eden committed Sep 9, 2024
1 parent c3079b2 commit 386658a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,10 @@ YouTube | <img src="https://edent.github.io/SuperTinyIcons/images/svg/youtube.sv
Yubico | <img src="https://edent.github.io/SuperTinyIcons/images/svg/yubico.svg" width="256" /> | <img src="https://edent.github.io/SuperTinyIcons/images/reference/yubico.png" width="256"> | https://github.com/Yubico/yubikey-manager-qt/blob/master/resources/icons/ykman.png
Zoom | <img src="https://edent.github.io/SuperTinyIcons/images/svg/zoom.svg" width="256" /> | <img src="https://edent.github.io/SuperTinyIcons/images/reference/zoom.png" width="256"> | https://www.zoom.us/
Zorinos | <img src="https://edent.github.io/SuperTinyIcons/images/svg/zorinos.svg" width="256" /> | <img src="https://edent.github.io/SuperTinyIcons/images/reference/zorinos.png" width="256"> | https://zorin.com/press/
<h2>No Reference Image Found</h2> Name | Icon | Filename
<h2>No Reference Image Found</h2>

Name | Icon | Filename
-|-|-
Apple Music | <img src="https://edent.github.io/SuperTinyIcons/images/svg/apple_music.svg" width="256" /> | apple_music.svg
Calendar | <img src="https://edent.github.io/SuperTinyIcons/images/svg/calendar.svg" width="256" /> | calendar.svg
DataCamp | <img src="https://edent.github.io/SuperTinyIcons/images/svg/datacamp.svg" width="256" /> | datacamp.svg
Expand Down
4 changes: 2 additions & 2 deletions update_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
readme_table = "<table>\n"
check_table = '<table><tr><th>Name</th><th>SVG Icon</th><th>Circle Icon</th><th>Reference</th><th>Source</th></tr>\n'
reference_table = "-|-|-|-\n"
missing_table = "<h2>No Reference Image Found</h2> "
missing_table += "Name | Icon | Filename\n"
missing_table = "<h2>No Reference Image Found</h2>\n\n"
missing_table += "Name | Icon | Filename\n-|-|-\n"

counter = 0
for svg in svg_data:
Expand Down

0 comments on commit 386658a

Please sign in to comment.