feat: change title of the website
This commit is contained in:
parent
c1d3e80e79
commit
f119bca290
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ Github: https://github.com/lefuturiste
|
|||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<meta name="theme-color" content="#F57C00">
|
||||
|
||||
<title>Forum virtuel des associations</title>
|
||||
<title>Annuaire des associations</title>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons"/>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue