feat(frontend/releases): add release info and related releases cards

This commit is contained in:
Kentai Radiquum 2024-04-30 18:34:56 +05:00
parent cd7fdf7317
commit 99f7b4cdbb
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 59 additions and 17 deletions

View file

@ -7,6 +7,8 @@ export default function Release(props) {
return (
<>
<ReleasePlayer id={props.params.id} />
<span style={{ marginBlock: "2rem" }}></span>
<ReleaseInfo id={props.params.id} />
</>
);
}