mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-28 17:09:41 +05:00
refactor: load more button
This commit is contained in:
parent
c10f802008
commit
9e65838569
6 changed files with 75 additions and 52 deletions
|
@ -1,6 +1,6 @@
|
|||
import { ReleaseLink } from "../ReleaseLink/ReleaseLink";
|
||||
|
||||
export const ReleaseSection = (props: any) => {
|
||||
export const ReleaseSection = (props: {sectionTitle?: string, content: any}) => {
|
||||
return (
|
||||
<section>
|
||||
{props.sectionTitle && (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue