Update src/app/survivors/page.tsx

This commit is contained in:
2026-03-14 07:08:02 +00:00
parent d3cf4afd21
commit ae877efc54

View File

@@ -149,8 +149,8 @@ export default function SurvivorManagementPage() {
className="py-20"
containerClassName="max-w-6xl mx-auto"
cardClassName="rounded-lg overflow-hidden border border-opacity-20"
titleClassName="text-4xl md:text-5xl font-bold mb-4"
descriptionClassName="text-lg text-opacity-80 mb-8"
cardTitleClassName="text-4xl md:text-5xl font-bold mb-4"
cardDescriptionClassName="text-lg text-opacity-80 mb-8"
/>
</div>