From 221bca0e1ad5887528d586976a7e50a195756f89 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 21 Oct 2024 10:08:21 +0100 Subject: [PATCH] Add logout button --- lib/music_library_web/components/layouts/app.html.heex | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/music_library_web/components/layouts/app.html.heex b/lib/music_library_web/components/layouts/app.html.heex index 70b48d8b..b636db77 100644 --- a/lib/music_library_web/components/layouts/app.html.heex +++ b/lib/music_library_web/components/layouts/app.html.heex @@ -11,6 +11,14 @@ +
+ + Logout + +