fix: Update PrimeReact and fix all compilation errors

This commit is contained in:
Lions Dev
2025-10-13 05:18:02 +02:00
parent 6ebca4945c
commit 96eb956b0b
793 changed files with 11998 additions and 10690 deletions

3
app/(main)/page.tsx Normal file → Executable file
View File

@@ -514,7 +514,7 @@ const LandingPage: Page = () => {
/>
<span className="text-gray-700 font-bold ml-3">BTPXpress</span>
<div style={{ marginLeft: '2.5rem' }}>
<LionsDevLogo size="small" showText={true} />
<LionsDevLogo size="normal" showText={true} />
</div>
</div>
</div>
@@ -551,3 +551,4 @@ const LandingPage: Page = () => {
};
export default LandingPage;