Add link to wikipedia-image in the attribution box, fix #1049

This commit is contained in:
Pieter Vander Vennet 2022-08-30 20:29:49 +02:00
parent efd1f5467b
commit c09b437d9a
3 changed files with 16 additions and 3 deletions

View file

@ -8,4 +8,5 @@ export class LicenseInfo {
copyrighted: boolean = false;
credit: string = "";
description: string = "";
informationLocation: URL = undefined
}