diff --git a/.claude/settings.local.json b/.claude/settings.local.json index cb61ced..9f78736 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -11,7 +11,8 @@ "Bash(node scripts/migrate.js)", "Bash(node scripts/seed.js)", "Bash(pnpm typecheck *)", - "Bash(pnpm build *)" + "Bash(pnpm build *)", + "Bash(identify /home/jonathan/Documents/DEV/Project-Bifrost/public/innofounder-logo.png)" ] } } diff --git a/design/assets/innovationsfonden_logo.png b/design/assets/innovationsfonden_logo.png new file mode 100644 index 0000000..8a29e17 Binary files /dev/null and b/design/assets/innovationsfonden_logo.png differ diff --git a/public/innofounder-logo.png b/public/innofounder-logo.png new file mode 100644 index 0000000..8a29e17 Binary files /dev/null and b/public/innofounder-logo.png differ diff --git a/src/pages/index.astro b/src/pages/index.astro index 61589e7..5ba9ddb 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -8,7 +8,7 @@ import { join } from 'path'; const user = Astro.locals.user; const firstName = user.name.split(' ')[0]; const alreadyJoined = hasJoinRequest(user.id); -const innofoundarLogoExists = existsSync(join(process.cwd(), 'public/innofounder-logo.svg')); +const innofoundarLogoExists = existsSync(join(process.cwd(), 'public/innofounder-logo.png')); ---
@@ -80,7 +80,7 @@ const innofoundarLogoExists = existsSync(join(process.cwd(), 'public/innofounder
{innofoundarLogoExists ? ( - + ) : (
Innofounder logo — add public/innofounder-logo.svg