Skip to content
Snippets Groups Projects
Commit 3573b9f5 authored by Martin Korec's avatar Martin Korec
Browse files

fix: updated preview show order

parent cd00e928
No related branches found
No related tags found
No related merge requests found
......@@ -38,9 +38,9 @@ export const Preview: React.FC = () => {
direction="vertical"
style={{ display: "flex", paddingTop: "2%" }}
>
<PreviewBox title={"Editor's picks"} movies={movies} />
<PreviewBox title={"Editor's picks"} movies={moviesRecent} />
<Divider/>
<PreviewBox title={"Recent movies"} movies={moviesRecent} />
<PreviewBox title={"Recent movies"} movies={movies} />
</Space>
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment