From f119bca2905188d8833706ca3606623f08080cf7 Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Fri, 5 Mar 2021 23:25:18 +0100 Subject: [PATCH] feat: change title of the website --- public/index.html | 2 +- src/store/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 87a7ab6..cbd6978 100644 --- a/public/index.html +++ b/public/index.html @@ -11,7 +11,7 @@ Github: https://github.com/lefuturiste - Forum virtuel des associations + Annuaire des associations diff --git a/src/store/index.ts b/src/store/index.ts index 59ba3ed..665172d 100644 --- a/src/store/index.ts +++ b/src/store/index.ts @@ -89,7 +89,7 @@ export default new Vuex.Store({ }, SET_TITLE (state: State, payload) { state.title = payload - window.document.title = state.title + ' | Panel forum des associations' + window.document.title = state.title + ' | Panel annuaire des associations' }, ADD_ALERT (state: State, payload) { state.alert = {