Commit a6fea3d0 authored by Koukofikis's avatar Koukofikis
Browse files

Update settings.js

parent 668332fe
Pipeline #3443 passed with stages
in 19 seconds
......@@ -44,7 +44,7 @@ const DEFAULT = {
let settings = {
pageTitle: "M4_LAB Page Title",
pageTitle: "Reactive",
switches: [
{
......@@ -65,15 +65,15 @@ let settings = {
}
],
projectLogo: `${BASE_URL}/assets/logos/M4_LAB_tr.png`,
projectLogo: `${BASE_URL}/assets/logos/logo.png`,
projectName: "M4_LAB Page Demo",
projectName: "Reactive",
participants: [
{
name: "John Doe",
avatar: DEFAULT.avatar,
email: "john.doe@lalaland.com",
name: "Sophia Mayweather",
avatar: `${BASE_URL}/assets/images/sophia.jpg`,
email: "sophia.mayweather@reactive.com",
social: [
{
agent: "twitter",
......@@ -89,18 +89,13 @@ let settings = {
agent: "linkedin",
icon: DEFAULT.social.linkedin.icon,
profile: DEFAULT.social.linkedin.profile
},
{
agent: "webpage",
icon: DEFAULT.social.webpage.icon,
profile: "https://johndoe.com"
}
]
},
{
name: "Charlotte Doe",
avatar: `${BASE_URL}/assets/images/charlotte.jpg`,
email: "charlotte.doe@lalaland.com",
name: "Jessica McGregor",
avatar: `${BASE_URL}/assets/images/jessica.jpg`,
email: "jessica.mcgregor@reactive.com",
social: [
{
agent: "twitter",
......@@ -143,4 +138,4 @@ let settings = {
title: "Die Gemeinsame Wissenschaftskonferenz"
}
]
};
\ No newline at end of file
};
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment