Skip to content

Commit

Permalink
feat: update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
altaywtf committed Dec 16, 2023
1 parent 4381cd7 commit 279cdc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/shows/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export default async function Page() {
<Heading as="h2" size="6">
Your shows
</Heading>

<Grid
columns={{
initial: '2',
Expand Down Expand Up @@ -92,12 +93,12 @@ export default async function Page() {
orientation="horizontal"
size="4"
style={{
color: 'var(--gray-12)',
margin: '1em 0',
}}
/>
</>
)}

<Heading as="h2" size="6">
If you want to give a shot
</Heading>
Expand Down

0 comments on commit 279cdc0

Please sign in to comment.