diff --git a/assets/svg/license_info.json b/assets/svg/license_info.json index b5712434e..5ed16d9cd 100644 --- a/assets/svg/license_info.json +++ b/assets/svg/license_info.json @@ -1318,5 +1318,15 @@ "sources": [ "https://www.wikipedia.org/" ] + }, + { + "path": "world.svg", + "license": "GPL 2.0", + "authors": [ + "https://github.com/hiddewie" + ], + "sources": [ + "https://github.com/openstreetmap/openstreetmap-website/blob/d38f6484e1aa201284b7eac19dbcc7fad856b88a/assets/sign-up-illustration.svg" + ] } ] \ No newline at end of file diff --git a/assets/svg/world.svg b/assets/svg/world.svg new file mode 100644 index 000000000..ffa41b9f7 --- /dev/null +++ b/assets/svg/world.svg @@ -0,0 +1 @@ + diff --git a/assets/svg/world.svg.license b/assets/svg/world.svg.license new file mode 100644 index 000000000..e3ef47e6c --- /dev/null +++ b/assets/svg/world.svg.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: https://github.com/hiddewie +SPDX-License-Identifier: GPL 2.0 \ No newline at end of file diff --git a/src/UI/NotFound.svelte b/src/UI/NotFound.svelte index 01124ed47..9bbdfb6bf 100644 --- a/src/UI/NotFound.svelte +++ b/src/UI/NotFound.svelte @@ -3,21 +3,25 @@ import Translations from "./i18n/Translations.ts" import BackButton from "./Base/BackButton.svelte" import Not_found from "../assets/svg/Not_found.svelte" + import World from "../assets/svg/World.svelte" + console.log("???") -