Skip to content

Commit

Permalink
fix: avatar size
Browse files Browse the repository at this point in the history
  • Loading branch information
Zubs committed Mar 18, 2024
1 parent cd90f27 commit 085ac91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/xray/XrayExportSession.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<v-list-item @click="showDialog()">
<v-list-item-icon class="mr-4">
<v-avatar size="24">
<v-avatar width="12" size="24">
<img
:src="require('../../assets/icon/xray-logo.png')"
width="12"
Expand Down

0 comments on commit 085ac91

Please sign in to comment.