mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-09 15:54:47 -07:00
parent
b9706c0cc1
commit
2b42bee424
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ function Layout(props:LayoutProps) {
|
|||
}
|
||||
|
||||
return (
|
||||
<div className={containerClasses.join(" ")}>
|
||||
<div className={containerClasses.join(' ')}>
|
||||
{showNav && <LeftNav />}
|
||||
<section className="page">
|
||||
<div className={`page__body ${className}`}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue