fix: GitHub App button
This commit is contained in:
@@ -165,13 +165,10 @@
|
|||||||
class:hover:bg-orange-500={!loading}
|
class:hover:bg-orange-500={!loading}
|
||||||
disabled={loading}>{loading ? 'Saving...' : 'Save'}</button
|
disabled={loading}>{loading ? 'Saving...' : 'Save'}</button
|
||||||
>
|
>
|
||||||
|
<a
|
||||||
<button
|
class="no-underline button justify-center flex items-center"
|
||||||
><a
|
|
||||||
class="no-underline"
|
|
||||||
href={`${source.htmlUrl}/apps/${source.githubApp.name}/installations/new`}
|
href={`${source.htmlUrl}/apps/${source.githubApp.name}/installations/new`}
|
||||||
>{$t('source.change_app_settings', { name: 'GitHub' })}</a
|
>{$t('source.change_app_settings', { name: 'GitHub' })}</a
|
||||||
></button
|
|
||||||
>
|
>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user