Skip to content

Commit

Permalink
chore: fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Luqmaan Essop committed May 15, 2024
1 parent 969a238 commit 8e2940e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/components/Organisms/PageDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export function PageDisplay(page: PageFragment) {
<BreadCrumbs className="pt-5 mx-auto max-w-screen-xl px-3.5" />
)}
{page.hero && <PageHero {...page.hero} />}
<div className="bg-white pt-5 pb-12 px-6 lg:px-8">
<div className="mx-auto max-w-3xl text-base leading-7 text-gray-700">
<div className="bg-white pt-5 pb-12 lg:px-8">
<div className="text-base leading-7 text-gray-700">
{page?.content?.filter(isTruthy).map((block, index) => {
switch (block.__typename) {
case 'BlockMedia':
Expand Down

0 comments on commit 8e2940e

Please sign in to comment.