Skip to content

Commit

Permalink
Fix logo for docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed Apr 29, 2022
1 parent 4f34694 commit f855dd6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/docs/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ export const Layout = (props: Props) => {
alignItems: 'center',
}}
>
<Logo seed={id} sx={{ mr: 2 }} /> CSS GUI
<span sx={{ mr: 2 }}>
<Logo seed={id} />
</span>
CSS GUI
</a>
</Link>
</header>
Expand Down

0 comments on commit f855dd6

Please sign in to comment.