Improve tooltip text

This commit is contained in:
Julian Stirling 2025-08-28 17:36:04 +01:00
parent acb24d9713
commit 4fe922cbfc

View file

@ -1,6 +1,9 @@
<template>
<a class="sync-button">
<span class="material-symbols-outlined sync-icon" title="Reload from microscope">
<span
class="material-symbols-outlined sync-icon"
title="Reread value from microscope. Required if microscope is updated externally"
>
sync
</span>
</a>
@ -31,5 +34,4 @@ export default {
color: #c5247f;
}
</style>