This commit is contained in:
2026-06-02 15:42:07 +02:00
parent e7189245d5
commit 4c855c05ed
6 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -33,13 +33,13 @@ $user = $user ?? null;
</form>
<br>
<a href="index.php?pfad=deleteAccount" class="login-button">
<a href="index.php?pfad=deleteAccount" class="button">
Account löschen
</a>
<br><br>
<a href="index.php?pfad=logout" class="login-button">
<a href="index.php?pfad=logout" class="button">
Abmelden
</a>
</div>
@@ -86,7 +86,7 @@ $user = $user ?? null;
<?php endforeach; ?>
<?php else: ?>
<p>Du hast noch keine Beiträge erstellt.</p>
<button type="button" class="login-button" onclick="window.location.href='index.php?pfad=createArticle';">
<button type="button" class="button" onclick="window.location.href='index.php?pfad=createArticle';">
Beitrag erstellen!
</button>
<?php endif; ?>