Selaa lähdekoodia

fix: welcome page crash

Nick 5 vuotta sitten
vanhempi
sitoutus
1419e9613a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)