From e8e05e90dfa522fd31f550fccdd2cbf59b241a7a Mon Sep 17 00:00:00 2001 From: Nik Date: Wed, 16 Nov 2022 10:50:36 +1100 Subject: [PATCH] bug: Fix github links on Modal doc page --- src/routes/(inner)/utilities/modals/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/(inner)/utilities/modals/+page.svelte b/src/routes/(inner)/utilities/modals/+page.svelte index 7bb1402bf..2b6d30fe5 100644 --- a/src/routes/(inner)/utilities/modals/+page.svelte +++ b/src/routes/(inner)/utilities/modals/+page.svelte @@ -288,7 +288,7 @@ function triggerCustomModal(): void {

View Example Modals @@ -303,7 +303,7 @@ function triggerCustomModal(): void {
  • You can inspect the full list of available parent prop values in the source code.