Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Dec 7, 2019
1 parent d057d91 commit 782c873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion websh_front/src/index.nim
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ proc createDom(): VNode =
tdiv(class = &"row {baseColor} {textColor}"):
nav:
tdiv(class = &"nav-wrapper {baseColor}"):
a(class = &"brand-logo {textColor}"): text "Shellgei Web"
a(class = &"brand-logo {textColor}"): text "websh"
tdiv(class = "col s6"):
h3: text "Input"
tdiv(class = "input-field col s12 m6"):
Expand Down

0 comments on commit 782c873

Please sign in to comment.