From 94108e122b847a8c61a2dc3d49c8c2a340525c31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?netop=3A//=20=E3=82=A6=E3=82=A7=E3=83=83=E3=83=96?= Date: Fri, 25 Jan 2019 10:38:07 -0600 Subject: [PATCH] Update spec.js --- app/views/spec.js | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/app/views/spec.js b/app/views/spec.js index ace746b..2c6906c 100644 --- a/app/views/spec.js +++ b/app/views/spec.js @@ -12,21 +12,23 @@ import html from "choo/html"; export default state => { state.hideFooter = true; + return html` -
- +
+
+ `;