diff --git a/images/favicon.ico b/images/favicon.ico new file mode 100644 index 0000000..1e49ddb Binary files /dev/null and b/images/favicon.ico differ diff --git a/images/logo-no-background.png b/images/logo-no-background.png new file mode 100644 index 0000000..275b042 Binary files /dev/null and b/images/logo-no-background.png differ diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 0000000..470c9ae Binary files /dev/null and b/images/logo.png differ diff --git a/views/deck-module.js b/views/deck-module.js index ffa7a17..7cd92c2 100644 --- a/views/deck-module.js +++ b/views/deck-module.js @@ -3,7 +3,7 @@ export default{ props:{ deckR:Deck, idRoom:String, - mode:String//true for chrono + mode:Boolean//true for chrono }, data: function(){ return{ diff --git a/views/game.html b/views/game.html index a18093e..7400abe 100644 --- a/views/game.html +++ b/views/game.html @@ -9,6 +9,7 @@ +