Skip to content

Commit c56cbe6

Browse files
Use PSModule media icons in v2 headers
Replace text/emoji v2 numeric column headers with icon-only images from PSModule/.github media and include alt/title text for accessibility. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent e1ee9c9 commit c56cbe6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • .github/actions/update-index/templates/module-catalog

.github/actions/update-index/templates/module-catalog/v2-table.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<table>
33
<tr>
44
<th width="24%">Name</th>
5-
<th width="12%">🏷️ Version</th>
6-
<th width="24%">⚙️ ProcessVersion</th>
7-
<th width="10%">Issues</th>
8-
<th width="10%">🔀 PRs</th>
9-
<th width="10%">Stars</th>
5+
<th width="12%"><img src="https://raw.githubusercontent.com/PSModule/.github/main/media/githubtags.svg" alt="Version" title="Version" width="16" height="16"></th>
6+
<th width="24%"><img src="https://raw.githubusercontent.com/PSModule/.github/main/media/package-variant-closed-check.svg" alt="Process version" title="Process version" width="16" height="16"></th>
7+
<th width="10%"><img src="https://raw.githubusercontent.com/PSModule/.github/main/media/githubissues.svg" alt="Issues" title="Issues" width="16" height="16"></th>
8+
<th width="10%"><img src="https://raw.githubusercontent.com/PSModule/.github/main/media/githubpullrequests.svg" alt="Pull requests" title="Pull requests" width="16" height="16"></th>
9+
<th width="10%"><img src="https://raw.githubusercontent.com/PSModule/.github/main/media/githubstars.svg" alt="Stars" title="Stars" width="16" height="16"></th>
1010
</tr>
1111
{{ ROWS }}</table>

0 commit comments

Comments
 (0)