Moved icons into /web directory

This commit is contained in:
Lucas
2026-05-01 07:00:35 -07:00
parent f69290dc19
commit 79f7da29c2
13 changed files with 2 additions and 2 deletions

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before

Width:  |  Height:  |  Size: 528 B

After

Width:  |  Height:  |  Size: 528 B

Before

Width:  |  Height:  |  Size: 525 B

After

Width:  |  Height:  |  Size: 525 B

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Before

Width:  |  Height:  |  Size: 365 B

After

Width:  |  Height:  |  Size: 365 B

Before

Width:  |  Height:  |  Size: 708 B

After

Width:  |  Height:  |  Size: 708 B

Before

Width:  |  Height:  |  Size: 600 B

After

Width:  |  Height:  |  Size: 600 B

Before

Width:  |  Height:  |  Size: 236 B

After

Width:  |  Height:  |  Size: 236 B

Before

Width:  |  Height:  |  Size: 330 B

After

Width:  |  Height:  |  Size: 330 B

Before

Width:  |  Height:  |  Size: 623 B

After

Width:  |  Height:  |  Size: 623 B

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

+2 -2
View File
@@ -192,10 +192,10 @@ function renderApps() {
<div class="item-group">
<div class="app-tag">${escapeHTML(app.tags.join(", "))}</div>
<a href="${escapeHTML(app.homepage_url)}">
<img src="../../assets/icon/box-arrow-up-right.svg" alt="Description of my SVG" width="15" height="15">
<img src="/assets/icon/box-arrow-up-right.svg" alt="Description of my SVG" width="15" height="15">
</a>
<a href="${escapeHTML(app.repo_url)}">
<img src="../../assets/icon/github.svg" alt="Description of my SVG" width="15" height="15">
<img src="/assets/icon/github.svg" alt="Description of my SVG" width="15" height="15">
</a>
</div>
</div>