Skip to content

Commit 06c54d9

Browse files
author
Ajit Kumar
committed
fix(missing text)
1 parent d12cd00 commit 06c54d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/components/loginText.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import Reactive from 'html-tag-js/reactive';
22

3-
const $loginText = Reactive();
3+
const $loginText = Reactive('Login');
44
export default $loginText;

0 commit comments

Comments
 (0)