fix: Update PrimeReact to v10.8.3 and fix all compilation errors

This commit is contained in:
dahoud
2025-10-13 03:01:36 +00:00
parent 2a2e54c0e3
commit 30cad6220b
85 changed files with 928 additions and 2020 deletions

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;