1
Fork 0

Use the correct path for linking to icons.

This commit is contained in:
Bauke 2022-01-09 14:04:09 +01:00
parent 7e59bfbb6b
commit 2f5c75a68f
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ export default class ReleasePage extends Component<Props, State> {
const urls = release.links.map((link) => {
let linkImage;
if (link.icon !== undefined) {
linkImage = html`<img src="/assets/icons/${link.icon}" />`;
linkImage = html`<img src="/icons/${link.icon}" />`;
}
return html`