Skip to content

Commit ad7335e

Browse files
committed
logo fix
1 parent fc70808 commit ad7335e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
<div class="container mx-auto px-6 py-3 flex justify-between items-center">
165165
<!-- The 'src' path below is root-relative. This is correct for a live server but may not render in some local previews. -->
166166
<a href="#" class="block h-12 w-12">
167-
<img src="/pp_logo_ai_tech_v16.jpg" alt="Peter Pohlschmidt Logo" class="h-full w-full object-contain" onerror="this.style.display='none'; this.parentElement.innerHTML = '<span class=\'text-2xl font-bold text-cyan-500\'>PP</span>';">
167+
<img src="/PP_logo_small_transparent.png" alt="Peter Pohlschmidt Logo" class="h-full w-full object-contain" onerror="this.style.display='none'; this.parentElement.innerHTML = '<span class=\'text-2xl font-bold text-cyan-500\'>PP</span>';">
168168
</a>
169169
<div class="hidden md:flex items-center space-x-4">
170170
<a href="#about" class="text-gray-600 hover:text-cyan-600 transition-colors font-medium hover:bg-cyan-50 px-4 py-2 rounded-lg">About</a>

0 commit comments

Comments
 (0)