mirror of
https://github.com/Xevion/100prisoners.git
synced 2025-12-06 09:14:18 -06:00
NoSSR on BoxLoop graphic
This commit is contained in:
@@ -72,7 +72,9 @@ const Home: NextPage = () => {
|
|||||||
the boxes have an interesting structure to their existence.
|
the boxes have an interesting structure to their existence.
|
||||||
</p>
|
</p>
|
||||||
<div className="pt-4 pb-2">
|
<div className="pt-4 pb-2">
|
||||||
<BoxLoop count={5}/>
|
<NoSSR>
|
||||||
|
<BoxLoop count={5}/>
|
||||||
|
</NoSSR>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
No matter what number of configuration of boxes is given, a loop, a sequence of numbers that
|
No matter what number of configuration of boxes is given, a loop, a sequence of numbers that
|
||||||
|
|||||||
Reference in New Issue
Block a user