This commit is contained in:
Delba de Oliveira
2023-10-26 09:56:09 -07:00
parent aaf15d54c6
commit 5ebfe4885e
6 changed files with 1683 additions and 5604 deletions

View File

@@ -13,8 +13,10 @@
"@types/node": "20.5.7",
"@vercel/postgres": "^0.5.0",
"autoprefixer": "10.4.15",
"bcrypt": "^5.1.1",
"clsx": "^2.0.0",
"next": "13.5.7-canary.27",
"next-auth": "5.0.0-beta.2",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",

View File

@@ -7,7 +7,7 @@ export default function AcmeLogo() {
className={`${lusitana.className} flex flex-row items-center leading-none text-white`}
>
<GlobeAltIcon className="h-12 w-12 rotate-[15deg]" />
<p className="text-[44px] ">Acme</p>
<p className="text-[44px]">Acme</p>
</div>
);
}

1680
dashboard/starter-example/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -11,10 +11,8 @@
"@types/node": "20.5.7",
"@vercel/postgres": "^0.5.0",
"autoprefixer": "10.4.15",
"bcrypt": "^5.1.1",
"clsx": "^2.0.0",
"next": "13.5.7-canary.27",
"next-auth": "5.0.0-beta.2",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",

5597
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +0,0 @@
packages:
- 'basics/**/*'
- 'dashboard/**/*'
- 'seo/*'