refactor: load more button

This commit is contained in:
Kentai Radiquum 2024-08-04 13:55:31 +05:00
parent c10f802008
commit 9e65838569
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
6 changed files with 75 additions and 52 deletions

View file

@ -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 && (