Changes
This commit is contained in:
parent
e6fcb900ba
commit
c00263fbdc
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import PresentsPuzzle from "@/components/PresentsPuzzle";
|
||||||
const PresentsPuzzlePage = () => {
|
const PresentsPuzzlePage = () => {
|
||||||
return (
|
return (
|
||||||
<Layout>
|
<Layout>
|
||||||
<div className="container mx-auto px-4 py-8">
|
<div className="max-w-6xl mx-auto px-4 py-8">
|
||||||
<PresentsPuzzle showSocialShare={true} />
|
<PresentsPuzzle showSocialShare={true} />
|
||||||
</div>
|
</div>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue