From 760c661b45536008ada26185cbda47b0bdb0d6f7 Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Tue, 8 Apr 2025 23:00:00 +0330 Subject: [PATCH] added back button in mobile --- .../components/profile/global/ProfilePageTitle.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/frontend/components/profile/global/ProfilePageTitle.vue b/frontend/components/profile/global/ProfilePageTitle.vue index 5791e84..754a5ce 100644 --- a/frontend/components/profile/global/ProfilePageTitle.vue +++ b/frontend/components/profile/global/ProfilePageTitle.vue @@ -9,6 +9,10 @@ type Props = { // props defineProps(); + +// inject + +const toggleSidebar = inject("toggleSidebar");