Move google calendar url to APP_CONFIG
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export const APP_CONFIG = {
|
||||
contactEmail: "contact@example.com",
|
||||
contactPhone: "+33 01 02 03 04 05"
|
||||
contactPhone: "+33 01 02 03 04 05",
|
||||
newCalendarURL: "https://calendar.google.com/calendar/u/0/r/settings/addbyurl?cid="
|
||||
}
|
||||
Reference in New Issue
Block a user