diff --git a/src/components/Vote.vue b/src/components/Vote.vue
index 4224819..6f07251 100644
--- a/src/components/Vote.vue
+++ b/src/components/Vote.vue
@@ -10,7 +10,9 @@
>!
- {{ voters.length }} vote{{ voters.length !== 1 ? 's' : '' }}
+
+ {{ voters.length }} vote{{ voters.length !== 1 ? "s" : "" }}
+
in favor
(majority is {{ Math.ceil(alive / 2) }})