Browse Source

fix: welcome page crash

Nick 5 năm trước cách đây
mục cha
commit
1419e9613a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      server/views/welcome.pug

+ 1 - 1
server/views/welcome.pug

@@ -2,4 +2,4 @@ extends master.pug
 
 block body
   #root.is-fullscreen
-    welcome(:locale=locale)
+    welcome(locale=locale)