Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Flosciante committed Sep 20, 2023
1 parent 547514b commit cda14b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ const template = (repo: string, branch: string) => {
<div class="flex items-center justify-center">
<UButton target="_blank" :to="`https://github.com/${starter.repo}/tree/${starter.branch}`" size="xl"
_target="blank" class="flex gap-x-4 transition-colors duration-200 items-center justify-center w-fit"
variant="ghost" color="gray" :label="starter.name" icon="i-simple-icons-github" />
variant="ghost" color="gray" :label="starter.name" icon="i-simple-icons-github"
:ui="{ size: { xl: 'text-xl font-bold' } }" />
</div>
</template>

Expand Down

0 comments on commit cda14b9

Please sign in to comment.