Commit 910cb286 authored by Muddsair Sharif's avatar Muddsair Sharif
Browse files

Update settings.js

parent eb46865e
No related merge requests found
Pipeline #3775 passed with stages
in 20 seconds
Showing with 6 additions and 1 deletion
+6 -1
......@@ -118,7 +118,7 @@ let settings = {
},
{
name: "Gero Lueckemeyer",
avatar: "",
avatar: DEFAULT.avatar,
email: "gero.lueckemeyer@hft-stuttgart.de",
social: [
{
......@@ -135,6 +135,11 @@ 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"
}
]
}
......
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