Skip to content

Commit

Permalink
Merge pull request #283 from lapras-inc/release-20241112130204
Browse files Browse the repository at this point in the history
Release 20241112130204
  • Loading branch information
kawamataryo authored Nov 12, 2024
2 parents 5471551 + c633001 commit 12e1adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AvatarImg/AvatarImg.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div
v-bind="$attrs"
:style="{ backgroundImage: `url(${src || avatarDefault})` }"
:style="{ backgroundImage: `url('${src || avatarDefault}')` }"
class="avatar-icon"
role="img"
></div>
Expand Down

0 comments on commit 12e1adc

Please sign in to comment.