From e02332e08a5838759ebd8e5e1aaf509219f147ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesc=20Arp=C3=AD=20Roca?= Date: Mon, 16 Oct 2023 13:03:15 +0100 Subject: [PATCH] Feat/rooms (#22) * fix(menu): fixes navigation * feat(diary): change room names --- src/components/Sections/SDiary.vue | 13 +++++++++---- src/components/Sections/SMenu.vue | 8 ++++---- src/views/Home.vue | 4 ++-- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/src/components/Sections/SDiary.vue b/src/components/Sections/SDiary.vue index f6bf4a8..e048ebd 100644 --- a/src/components/Sections/SDiary.vue +++ b/src/components/Sections/SDiary.vue @@ -2,6 +2,11 @@ import { diary } from '../../content' import ATitle from '../Atoms/ATitle.vue' import ASection from '../Atoms/ASection.vue' + +const room1 = 'Auditori' +const room2 = 'Aula 3' +const room3 = 'Aula 4' +const room4 = 'Aula d\'Informàtica'