Skip to content

Commit e1ee9c9

Browse files
Add icons to v2 catalog headers
Add visual icons to Version, ProcessVersion, Issues, PRs, and Stars column headers in the v2 module catalog template. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent d9bade0 commit e1ee9c9

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

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

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +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%">🏷️ 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>
1010
</tr>
1111
{{ ROWS }}</table>
12-

0 commit comments

Comments
 (0)