From 959e300240b694d6e915414015f84b29af7ad88c Mon Sep 17 00:00:00 2001
From: Mark Ross
Date: Fri, 24 Nov 2023 10:43:08 -0700
Subject: [PATCH] Fix hydration mismatch
Reverts a previous change.
---
pages/index.vue | 62 +++++++++++++++++++++++++------------------------
1 file changed, 32 insertions(+), 30 deletions(-)
diff --git a/pages/index.vue b/pages/index.vue
index 9f34623..2cfcf48 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -2,36 +2,38 @@
-
- Welcome, coach!
-
-
- Plan your softball team's batting order and field positions. Then share a live scoreboard through a URL!
-
-
- Features
-
-
-
- - Set player jersey numbers and field positions
- - Drag-and-drop to reorder players
- -
- Lock the lineup
-
- - Only field positions can be changed after locking
-
-
- -
- Live (real time) scoreboard which can be accessed by friends through a URL
-
-
- - Customizable team colors
- - Dark mode
-
-
-
+
+
+ Welcome, coach!
+
+
+ Plan your softball team's batting order and field positions. Then share a live scoreboard through a URL!
+
+
+ Features
+
+
+
+ - Set player jersey numbers and field positions
+ - Drag-and-drop to reorder players
+ -
+ Lock the lineup
+
+ - Only field positions can be changed after locking
+
+
+ -
+ Live (real time) scoreboard which can be accessed by friends through a URL
+
+
+ - Customizable team colors
+ - Dark mode
+
+
+
+