From c954e847272a9b51f285cf94055327f98fa72411 Mon Sep 17 00:00:00 2001 From: James Robey Date: Sun, 5 May 2019 16:52:00 +0700 Subject: [PATCH] Make modal example more obvious --- .../examples/14-composition/04-modal/App.svelte | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/site/content/examples/14-composition/04-modal/App.svelte b/site/content/examples/14-composition/04-modal/App.svelte index ac9d441f52..cfd3856447 100644 --- a/site/content/examples/14-composition/04-modal/App.svelte +++ b/site/content/examples/14-composition/04-modal/App.svelte @@ -1,9 +1,13 @@ + + {#if showModal}

@@ -22,8 +26,4 @@ merriam-webster.com -{:else} - -{/if} \ No newline at end of file +{/if}