We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04dc21 commit 95aabb3Copy full SHA for 95aabb3
src/Frontend/src/components/messages2/SagaDiagram/SagaCompletedNode.vue
@@ -11,7 +11,7 @@ defineProps<{
11
<div class="row row--center">
12
<div class="cell cell--center cell--inverted">
13
<div class="cell-inner cell-inner-center">
14
- <img class="saga-icon saga-icon--center-cell" :src="SagaCompletedIcon" alt="" v-tippy="`Saga Completed`" />
+ <img class="saga-icon saga-icon--center-cell" :src="SagaCompletedIcon" alt="Saga Completed" />
15
<h2 class="saga-status-title saga-status-title--inline" v-tippy="`The saga has completed its lifecycle`">Saga Completed</h2>
16
<div class="timestamp" v-tippy="`Completion timestamp: ${completionTime}`">{{ completionTime }}</div>
17
</div>
0 commit comments