Skip to content

Commit

Permalink
Removed broken icon
Browse files Browse the repository at this point in the history
  • Loading branch information
arcbtc committed Nov 29, 2024
1 parent d67df45 commit fcae1c7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions templates/eightball/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,6 @@ <h5 class="text-subtitle1 q-my-none">Magic 8 Ball</h5>
</div>
<div v-else>${ col.value }</div>
</q-td>
<q-td auto-width>
<q-btn
unelevated
dense
size="sm"
icon="qr_code"
:color="($q.dark.isActive) ? 'grey-7' : 'grey-5'"
class="q-mr-sm"
@click="openUrlDialog(props.row.id)"
></q-btn>
</q-td>
<q-td auto-width>
<q-btn
unelevated
Expand Down

0 comments on commit fcae1c7

Please sign in to comment.