mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 09:59:41 +05:00
refactor(Design/Content): redising of the main content view
This commit is contained in:
parent
d1544b4bf5
commit
10397b2b6a
2 changed files with 15 additions and 3 deletions
|
@ -5,7 +5,7 @@ export const ReleaseCard = (props) => {
|
|||
return (
|
||||
<Link
|
||||
href={`/release/${props.id}`}
|
||||
className={props.className ? props.className : "s3"}
|
||||
className={props.className ? props.className : "s2"}
|
||||
>
|
||||
<article
|
||||
className="no-padding round fill"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue