{#await load()}
{:then}
activateTab('general')} class:text-green-500={activeTab.general} class="px-3 py-2 cursor-pointer hover:bg-warmGray-700 rounded-lg transition duration-100" > General
activateTab('secrets')} class:text-green-500={activeTab.secrets} class="px-3 py-2 cursor-pointer hover:bg-warmGray-700 rounded-lg transition duration-100" > Secrets
{#if $application.general.isPreviewDeploymentEnabled}
activateTab('pullRequests')} class:text-green-500={activeTab.pullRequests} class="px-3 py-2 cursor-pointer hover:bg-warmGray-700 rounded-lg transition duration-100" > Pull Requests
{/if}
{#if activeTab.general}
{:else if activeTab.secrets}
{:else if activeTab.pullRequests && $page.path !== '/application/new'}
{/if}
{/await}