mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 23:43:45 +02:00
ui: basic style the docs & link to pages
This commit is contained in:
@@ -26,7 +26,7 @@ const DocsLayout = ({ children }: PropsWithChildren<{}>) => {
|
||||
`)
|
||||
|
||||
return (
|
||||
<Scrollbar>
|
||||
<div>
|
||||
<Main>
|
||||
<DocsSidebar />
|
||||
<MainContent>
|
||||
@@ -39,7 +39,7 @@ const DocsLayout = ({ children }: PropsWithChildren<{}>) => {
|
||||
{` `}
|
||||
<a href="https://www.gatsbyjs.org">Gatsby</a>
|
||||
</footer>
|
||||
</Scrollbar>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user