From 2993b707e835af3ae759da749370b8ba9755ef1b Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 10 May 2025 23:44:31 +0500 Subject: feat: signout button --- src/partials.php | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) (limited to 'src/partials.php') diff --git a/src/partials.php b/src/partials.php index b7640af..a361f7b 100644 --- a/src/partials.php +++ b/src/partials.php @@ -77,22 +77,25 @@ function html_navigation_bar() } ?> - '; - echo 'Signed in as ' . $_SESSION["user_name"] . ' '; - echo ''; - echo ''; - } - ?> + +
+ " class="flex items-bottom small-gap"> + Signed in as + '; + ?> + + + [ Log out ] + +
+