Skip to content

Commit

Permalink
Add correct empty state image
Browse files Browse the repository at this point in the history
  • Loading branch information
joepavitt committed Oct 23, 2024
1 parent fdc16e9 commit f575c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/team/Broker/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
</section>
<EmptyState v-else>
<template #img>
<img src="../../../images/pictograms/mqtt_broker_red.png" class="max-h-80" alt="logo">
<img src="../../../images/empty-states/mqtt.png" alt="logo">
</template>
<template #header>Create your first Broker Client</template>
<template #message>
Expand Down

0 comments on commit f575c64

Please sign in to comment.