revert row

This commit is contained in:
Martin Quarda 2024-05-08 16:13:41 +02:00
parent d777a06afe
commit 43c61a3737

View File

@ -116,7 +116,7 @@ class Main extends Component {
</nav>
{this.state.page == "#gallery" &&
<div class="container">
<Gallery photos={photos_gallery} onClick={this.openPhoto} direction="column"/>
<Gallery photos={photos_gallery} onClick={this.openPhoto}/>
</div>
}
{this.state.page == "" &&