Skip to content

Commit 95aabb3

Browse files
cquirosjjohnsimons
andauthored
Update src/Frontend/src/components/messages2/SagaDiagram/SagaCompletedNode.vue
Co-authored-by: John Simons <[email protected]>
1 parent f04dc21 commit 95aabb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Frontend/src/components/messages2/SagaDiagram/SagaCompletedNode.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defineProps<{
1111
<div class="row row--center">
1212
<div class="cell cell--center cell--inverted">
1313
<div class="cell-inner cell-inner-center">
14-
<img class="saga-icon saga-icon--center-cell" :src="SagaCompletedIcon" alt="" v-tippy="`Saga Completed`" />
14+
<img class="saga-icon saga-icon--center-cell" :src="SagaCompletedIcon" alt="Saga Completed" />
1515
<h2 class="saga-status-title saga-status-title--inline" v-tippy="`The saga has completed its lifecycle`">Saga Completed</h2>
1616
<div class="timestamp" v-tippy="`Completion timestamp: ${completionTime}`">{{ completionTime }}</div>
1717
</div>

0 commit comments

Comments
 (0)