Commit f2d61107 authored by Myriam Guedey's avatar Myriam Guedey
Browse files

Update settings.js

parent 37e381ef
Pipeline #5044 passed with stages
in 13 seconds
Showing with 22 additions and 0 deletions
+22 -0
...@@ -138,6 +138,28 @@ let settings = { ...@@ -138,6 +138,28 @@ let settings = {
} }
] ]
}, },
{
name: "Robert Otto",
avatar: `${BASE_URL}/assets/images/charlotte.jpg`,
email: "charlotte.doe@lalaland.com",
social: [
{
agent: "twitter",
icon: DEFAULT.social.twitter.icon,
profile: DEFAULT.social.twitter.profile
},
{
agent: "facebook",
icon: DEFAULT.social.facebook.icon,
profile: DEFAULT.social.facebook.profile
},
{
agent: "linkedin",
icon: DEFAULT.social.linkedin.icon,
profile: DEFAULT.social.linkedin.profile
}
]
}
], ],
footerLogos: [ footerLogos: [
......
Supports Markdown
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