We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a016401 commit 3038478Copy full SHA for 3038478
plugins/vc-timer/components/timer.jsx
@@ -40,7 +40,7 @@ export default () => {
40
"font-family": "monospace"
41
}}
42
>
43
- {time() + " • "}
+ {time()}
44
</p>
45
);
46
};
0 commit comments