diff --git a/src/routes/(console)/project-[project]/rawVariableEditor.svelte b/src/routes/(console)/project-[project]/rawVariableEditor.svelte index 52fe2bfa8..421f92f11 100644 --- a/src/routes/(console)/project-[project]/rawVariableEditor.svelte +++ b/src/routes/(console)/project-[project]/rawVariableEditor.svelte @@ -6,7 +6,7 @@ import { addNotification } from '$lib/stores/notifications'; import type { Models } from '@appwrite.io/console'; import { parse } from 'envfile'; - import { Icon, Layout, Tabs } from '@appwrite.io/pink-svelte'; + import { Icon, InlineCode, Layout, Tabs } from '@appwrite.io/pink-svelte'; import { InputTextarea } from '$lib/elements/forms'; import { IconDownload, IconDuplicate } from '@appwrite.io/pink-icons-svelte'; @@ -135,43 +135,45 @@ submitOnEnter={false}>

Edit {isGlobal ? 'global' : 'environment'} variables below or download as a - .{tab} file. + file.

- - (tab = 'env')} active={tab === 'env'}> + + (tab = 'env')} active={tab === 'env'}> ENV - (tab = 'json')} active={tab === 'json'}> + (tab = 'json')} active={tab === 'json'}> JSON - {#if tab === 'env'} - - {:else if tab === 'json'} - - {/if} - - - - - - + + + + +