Skip to content

Commit 4997579

Browse files
committed
Refactor LiturgyMapper: enhance text clarity and consistency in axis descriptions and quadrant definitions
1 parent 8346b55 commit 4997579

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

src/App.jsx

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -235,19 +235,22 @@ export default function LiturgyMapper() {
235235
{/* Axes Definition */}
236236

237237
<h4 className="font-bold text-slate-800 text-md uppercase tracking-wider mb-1">Focus (Y-Axis)</h4>
238-
<p className="text-md text-slate-600"><strong>Divine (+10)</strong> vs. <strong>Human (-10)</strong>.<br />Are we focusing on God's attributes or our condition? God's attributes land higher in the grid, while our condition lies lower.</p>
238+
<p className="text-md text-slate-600"><strong>Divine</strong> vs. <strong>Human</strong>:<br />
239+
Are we focusing on God's attributes or our condition?
240+
God's attributes land higher in the grid, while our human condition lies lower.</p>
239241

240242

241243

242-
<h4 className="font-bold text-slate-800 text-xs uppercase tracking-wider mb-1">Posture (X-Axis)</h4>
243-
<p className="text-xs text-slate-500"><strong>External (+10)</strong> vs. <strong>Internal (-10)</strong>.<br />Is the song a public declaration or a quiet meditation?</p>
244+
<h4 className="font-bold text-slate-800 text-md uppercase tracking-wider mb-1">Posture (X-Axis)</h4>
245+
<p className="text-md text-slate-500"><strong>External</strong> vs. <strong>Internal</strong>:<br />
246+
Is the song a public declaration or a quiet meditation?</p>
244247

245248

246249

247250
{/* Quadrant Definitions */}
248251
<div className="space-y-3">
249-
<h4 className="font-bold text-slate-800 text-sm">The Quadrants</h4>
250-
<div className="space-y-2 text-xs">
252+
<h4 className="font-bold text-slate-800 text-md">The Quadrants</h4>
253+
<div className="space-y-2 text-md">
251254
<p><strong className="text-blue-600">Q1: FAITH</strong><em>The Story of God.</em> Telling the biblical narrative of who He is and what He has done.</p>
252255
<p><strong className="text-yellow-600">Q2: PRAISE</strong><em>The Awe of God.</em> Active, external response to His majesty and holiness.</p>
253256
<p><strong className="text-slate-600">Q3: HOPE</strong><em>The Confession.</em> Reflecting on our need, our weakness, and our dependence on Him.</p>

0 commit comments

Comments
 (0)