We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a894a8 commit 282f2f8Copy full SHA for 282f2f8
src/app/home/home.component.html
@@ -46,7 +46,7 @@ <h1 class="text-4xl md:text-5xl font-bold text-gray-900 leading-tight">
46
47
<!-- Bild-Bereich -->
48
<div class="w-48 h-48 md:w-60 md:h-60">
49
- <img src="assets/profile.png" alt="Profile Picture" class="rounded-full shadow-lg">
+ <img src="public/profile.png" alt="Profile Picture" class="rounded-full shadow-lg">
50
</div>
51
52
0 commit comments