Skip to content

Commit fc93414

Browse files
AkryumAmirSa12
authored andcommitted
feat: change avatar to rounded square
1 parent c5186f2 commit fc93414

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

packages/app/app/components/RepoButton.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ defineProps<{
2424
:src="avatar"
2525
:alt="name"
2626
size="sm"
27+
:ui="{
28+
root: 'rounded-md',
29+
image: 'rounded-md',
30+
}"
2731
/>
2832

2933
<div class="font-mono">

packages/app/app/pages/view/[owner]/[repo].vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ useSeoMeta({
4040
:src="repository.owner.avatarUrl"
4141
:alt="repository.name"
4242
size="xl"
43+
:ui="{
44+
root: 'rounded-md',
45+
image: 'rounded-md',
46+
}"
4347
/>
4448
</a>
4549
<h1 class="text-2xl sm:text-3xl text-center">

0 commit comments

Comments
 (0)