frontend: add user profile page

This commit is contained in:
Kentai Radiquum 2024-04-24 14:40:53 +05:00
parent 32a4da1a31
commit 320a36d27e
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
5 changed files with 194 additions and 3 deletions

View file

@ -3,10 +3,13 @@ import Image from "next/image";
export const ReleaseCard = (props) => {
return (
<Link href={`/release/${props.id}`} className="s3">
<Link
href={`/release/${props.id}`}
className={props.className ? props.className : "s3"}
>
<article
className="no-padding round fill"
style={{ width: 284, height: 508 }}
style={{ width: 284, height: props.height ? props.height : 508 }}
>
{/* eslint-disable-next-line @next/next/no-img-element */}
<div style={{ aspectRatio: "1/1" }}>