Update UI styling and upgrade dependencies

Redesigned heading component styling and adjusted the layout in the marketing page for better readability and aesthetic appeal. Also updated 'next' and several other dependencies in the "pnpm-lock.yaml" to their latest versions, ensuring up-to-date functionalities and security.
This commit is contained in:
giancarlo
2024-03-29 00:20:05 +08:00
parent 8a080eaf78
commit 643e6cab57
7 changed files with 97 additions and 130 deletions

View File

@@ -144,9 +144,6 @@ function getPatterns() {
const origin = req.nextUrl.origin;
const next = req.nextUrl.pathname;
console.log('home:user', user);
console.log('home:error', error);
// If user is not logged in, redirect to sign in page.
if (!user || error) {
const signIn = pathsConfig.auth.signIn;