Skip to content

Commit

Permalink
feat: new start screen layout
Browse files Browse the repository at this point in the history
BREAKING CHANGE
  • Loading branch information
Arcath committed Oct 29, 2023
1 parent ed25e67 commit fef660c
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 764 deletions.
2 changes: 1 addition & 1 deletion app/lib/components/doodle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const Doodle = ({
currentUser: string
}) => {
return (
<div className="col-span-1 col-start-2 row-span-2 lg:col-span-1 2xl:row-span-2 2xl:col-start-5">
<div>
{doodle ? (
<MDXComponent code={doodle.bodyCache} currentUser={currentUser} />
) : (
Expand Down
Loading

0 comments on commit fef660c

Please sign in to comment.