Skip to content

Commit

Permalink
Fix hydration mismatch
Browse files Browse the repository at this point in the history
Reverts a previous change.
  • Loading branch information
mross-ua authored Nov 24, 2023
1 parent 8a6f8be commit 959e300
Showing 1 changed file with 32 additions and 30 deletions.
62 changes: 32 additions & 30 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,38 @@
</script>

<template>
<article class="prose dark:prose-invert lg:prose-xl max-w-none">
<h1>Welcome, coach!</h1>

<p>
Plan your softball team's batting order and field positions. Then share a live scoreboard through a URL!
</p>

<h2>Features</h2>

<p>
<ul>
<li>Set player jersey numbers and field positions</li>
<li>Drag-and-drop to reorder players</li>
<li>
Lock the lineup
<ul>
<li>Only field positions can be changed after locking</li>
</ul>
</li>
<li>
Live (real time) scoreboard which can be accessed by friends through a URL
<ul>
<li>React with emojis!</li>
</ul>
</li>
<li>Customizable team colors</li>
<li>Dark mode</li>
</ul>
</p>
</article>
<div>
<article class="prose dark:prose-invert lg:prose-xl max-w-none">
<h1>Welcome, coach!</h1>

<p>
Plan your softball team's batting order and field positions. Then share a live scoreboard through a URL!
</p>

<h2>Features</h2>

<p>
<ul>
<li>Set player jersey numbers and field positions</li>
<li>Drag-and-drop to reorder players</li>
<li>
Lock the lineup
<ul>
<li>Only field positions can be changed after locking</li>
</ul>
</li>
<li>
Live (real time) scoreboard which can be accessed by friends through a URL
<ul>
<li>React with emojis!</li>
</ul>
</li>
<li>Customizable team colors</li>
<li>Dark mode</li>
</ul>
</p>
</article>
</div>
</template>

<style scoped>
Expand Down

0 comments on commit 959e300

Please sign in to comment.