Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanpoland committed Jul 31, 2024
1 parent b40b6df commit afab3d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/poem/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function Content() {
<TracingBeam className="px-6">
<PageTitle>A Brief Poem</PageTitle>

<p>'Twas the night before launch day, and all through the net,<br></br>
<p>&apos;Twas the night before launch day, and all through the net,<br></br>
The servers were ready, the staging was set.<br></br>
The engineers snoozed, snug in their chairs,<br></br>
In hopes that Horizon would handle the flares.</p>
Expand Down Expand Up @@ -52,10 +52,10 @@ export function Content() {
I whistled and shouted, and called them by name:</p>
<br></br><br></br>

<p>"Now Enterprise! Now SubSystems! Now customizable flair!<br></br>
<p>&quot;Now Enterprise! Now SubSystems! Now customizable flair!<br></br>
On Scalability! On Fault Tolerance! On performance so rare!<br></br>
To the top of the charts! To the top of them all!<br></br>
Now code away! Code away! Code away all!"</p>
Now code away! Code away! Code away all!&quot;</p>
<br></br><br></br>

<p>As packets that before the wild network fly,<br></br>
Expand Down Expand Up @@ -91,7 +91,7 @@ export function Content() {
<p>It sprang to the cloud, to its team gave a whistle,<br></br>
And away they all flew like the down of a missile.<br></br>
But I heard it exclaim, ere it drove out of sight,<br></br>
"Happy gaming to all, and to all a good night!"</p>
&quot;Happy gaming to all, and to all a good night!&quot;</p>
<br></br><br></br>


Expand Down

0 comments on commit afab3d1

Please sign in to comment.