Compare commits
No commits in common. "5d185352245f869a50a478426b16bf3e0c0551ae" and "b563738f5aba68e25a1c59fc1c14fb4042d77684" have entirely different histories.
5d18535224
...
b563738f5a
68
.gitignore
vendored
@ -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
|
|
@ -70,12 +70,12 @@ function Header({
|
|||||||
onMouseLeave={() => setLogoHovered(false)}
|
onMouseLeave={() => setLogoHovered(false)}
|
||||||
>
|
>
|
||||||
<Logomark
|
<Logomark
|
||||||
className="h-10 sm:hidden"
|
className="h-8 sm:hidden"
|
||||||
invert={invert}
|
invert={invert}
|
||||||
filled={logoHovered}
|
filled={logoHovered}
|
||||||
/>
|
/>
|
||||||
<Logo
|
<Logo
|
||||||
className="hidden h-10 sm:block"
|
className="hidden h-8 sm:block"
|
||||||
invert={invert}
|
invert={invert}
|
||||||
filled={logoHovered}
|
filled={logoHovered}
|
||||||
/>
|
/>
|
||||||
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 5.6 MiB After Width: | Height: | Size: 844 B |
Before Width: | Height: | Size: 5.6 MiB After Width: | Height: | Size: 844 B |