mirror of
https://github.com/StepanovPlaton/torrent_frontend.git
synced 2026-04-03 20:30:48 +04:00
Add game cards and dev reverse proxy
This commit is contained in:
@@ -7,9 +7,11 @@ export const Section = ({
|
||||
}) => {
|
||||
return (
|
||||
// open section onClick
|
||||
<section className="w-full m-5 mt-8 cursor-pointer">
|
||||
<h2 className="text-4xl">{name}</h2>
|
||||
<div>{children}</div>
|
||||
<section className="w-full p-5 pt-8">
|
||||
<h2 className="text-4xl pb-2 cursor-pointer w-fit">{name}</h2>
|
||||
<div className="grid grid-cols-1 tb:grid-cols-2 lp:grid-cols-3 gap-y-10 gap-x-3">
|
||||
{children}
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user