From 863ef7e049f115bb4e271182231688b61bbb1aa3 Mon Sep 17 00:00:00 2001 From: Robin Lopez Date: Mon, 22 Apr 2024 13:55:58 +0200 Subject: [PATCH] (style) - #84 Fix design btn back current slot --- ...{ButtonBackTop.vue => ButtonBackCurrentSlot.vue} | 13 +++++-------- mobile/src/i18n/en/index.ts | 2 +- mobile/src/views/event/FavoritesPage.vue | 2 +- mobile/src/views/event/SchedulePage.vue | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) rename mobile/src/components/ui/{ButtonBackTop.vue => ButtonBackCurrentSlot.vue} (63%) diff --git a/mobile/src/components/ui/ButtonBackTop.vue b/mobile/src/components/ui/ButtonBackCurrentSlot.vue similarity index 63% rename from mobile/src/components/ui/ButtonBackTop.vue rename to mobile/src/components/ui/ButtonBackCurrentSlot.vue index 00cd8ced..e619218c 100644 --- a/mobile/src/components/ui/ButtonBackTop.vue +++ b/mobile/src/components/ui/ButtonBackCurrentSlot.vue @@ -1,10 +1,10 @@