Skip to content

Commit

Permalink
feat: reduce avatar size
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Mar 16, 2024
1 parent 212acfb commit f4238b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/pages/jobs/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@
</router-link>
<div v-if="(item as Job).creator_github_login !== null && (item as Job).creator_github_login !== undefined">
created by
<v-avatar :href="`https://github.com/${(item as Job).creator_github_login}`">
<v-avatar
:href="`https://github.com/${(item as Job).creator_github_login}`"
size="x-small">
<v-img
:src="(item as Job).creator_github_avatar_url"
></v-img>
Expand Down

0 comments on commit f4238b5

Please sign in to comment.