Moved icons into /web directory
|
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 |
@@ -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>
|
||||
|
||||