Compare commits

..

No commits in common. "5d185352245f869a50a478426b16bf3e0c0551ae" and "b563738f5aba68e25a1c59fc1c14fb4042d77684" have entirely different histories.

7 changed files with 90 additions and 215 deletions

68
.gitignore vendored
View File

@ -1,68 +0,0 @@
# Dependencies
/node_modules
/.pnp
.pnp.js
# Testing
/coverage
# Next.js
/.next/
/out/
.next
# Production
/build
# Misc
.DS_Store
*.pem
Thumbs.db
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local env files
.env*.local
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Vercel
.vercel
# TypeScript
*.tsbuildinfo
tsconfig.tsbuildinfo
.tsbuildinfo
# PWA files
**/public/sw.js
**/public/workbox-*.js
**/public/worker-*.js
**/public/sw.js.map
**/public/workbox-*.js.map
**/public/worker-*.js.map
# Next.js Specific
/public/sitemap*.xml
/public/robots.txt
.cache
.temp
_static
# Logs
*.log

File diff suppressed because one or more lines are too long

View File

@ -70,12 +70,12 @@ function Header({
onMouseLeave={() => setLogoHovered(false)}
>
<Logomark
className="h-10 sm:hidden"
className="h-8 sm:hidden"
invert={invert}
filled={logoHovered}
/>
<Logo
className="hidden h-10 sm:block"
className="hidden h-8 sm:block"
invert={invert}
filled={logoHovered}
/>

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 7.3 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 7.3 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.6 MiB

After

Width:  |  Height:  |  Size: 844 B

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.6 MiB

After

Width:  |  Height:  |  Size: 844 B