diff --git a/src/routes/(console)/project-[region]-[project]/pausedProjectModal.svelte b/src/routes/(console)/project-[region]-[project]/pausedProjectModal.svelte index 8c5fd1f177..56f2363b11 100644 --- a/src/routes/(console)/project-[region]-[project]/pausedProjectModal.svelte +++ b/src/routes/(console)/project-[region]-[project]/pausedProjectModal.svelte @@ -1,13 +1,14 @@ This project has been paused due to inactivity. - Your data is safe and will remain intact. Upgrade your plan to keep your projects - active, or restore the project to continue using it. + Your data is safe and will remain intact. + {#if $isSmallViewport} + Upgrade your plan to keep your projects + active, or restore the project to continue using it. + {:else} + Upgrade your plan to keep your projects active, or restore the project to continue + using it. + {/if} {#if error} @@ -103,7 +116,9 @@ Restore project {/if} - + {#if !$isSmallViewport} + + {/if}