diff --git a/src/client/components/analog-clock.vue b/src/client/components/analog-clock.vue
index 32b7ebb8e..bc572e5ff 100644
--- a/src/client/components/analog-clock.vue
+++ b/src/client/components/analog-clock.vue
@@ -15,6 +15,7 @@
:y2="5 - (Math.cos(sAngle) * ((sHandLengthRatio * 5) - handsPadding))"
:stroke="sHandColor"
:stroke-width="thickness / 2"
+ stroke-linecap="round"
/>