Refactor profile picture display to increase width from 120 to 240 pixels

This commit is contained in:
Fabian Schieder 2026-01-25 23:11:12 +01:00
parent 8a7d726fd9
commit 5499482637

View File

@ -70,7 +70,7 @@ include 'header.php';
<header class="auth__header"> <header class="auth__header">
<img src="<?php echo htmlspecialchars($user['profilePicture']); ?>" <img src="<?php echo htmlspecialchars($user['profilePicture']); ?>"
alt="Profilbild" alt="Profilbild"
width="120"> width="240">
</header> </header>
</div> </div>