Merge pull request #249 from TommasoAmici/patch-1

chore: fixed typo on New Git Source view
This commit is contained in:
Andras Bacsai 2022-03-31 11:44:54 +02:00 committed by GitHub
commit f4ba60cf8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@
</div>
<div class="flex-col space-y-2 pb-10 text-center">
<div class="text-xl font-bold text-white">Offical providers</div>
<div class="text-xl font-bold text-white">Official providers</div>
<div class="flex justify-center space-x-2">
<button class="w-32" on:click={() => setPredefined('github')}>GitHub.com</button>
<button class="w-32" on:click={() => setPredefined('gitlab')}>GitLab.com</button>