Merge pull request #576 from luhagel/fix/db-destinations-redirect

Fix: Route to the correct path when creating destination from db config
This commit is contained in:
Andras Bacsai 2022-08-30 09:19:43 +02:00 committed by GitHub
commit fe4c0a4f28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@
{$t('application.configuration.no_configurable_destination')}
</div>
<div class="flex justify-center">
<a href="/new/destination" sveltekit:prefetch class="add-icon bg-sky-600 hover:bg-sky-500">
<a href="/destinations/new" sveltekit:prefetch class="add-icon bg-sky-600 hover:bg-sky-500">
<svg
class="w-6"
xmlns="http://www.w3.org/2000/svg"