Skip to content

Commit

Permalink
feat: make adjustments to contact page + nagel + walter
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Dec 4, 2024
1 parent dc3d66f commit d0918b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/.vitepress/components/contact/KContact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default defineComponent({
const abiContact : ContactDetails = {
address: [
'University of Tübingen',
'FBI/IBMI - Applied Bioinformatics',
'Applied Bioinformatics',
'Sand 14',
'72076 Tübingen',
],
Expand Down
2 changes: 1 addition & 1 deletion src/.vitepress/data/persons/nagel-andreas.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { TeamID, definePerson } from '../..';
export default definePerson({
avatar: '/images/persons/nagel-andreas.png',
name: 'Andreas Nagel',
role: 'Systemadministrator',
role: 'System Administrator',
team: TeamID.ABI,
socialLinks: [],
});
6 changes: 6 additions & 0 deletions src/.vitepress/data/persons/walter-claudia.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ import { TeamID, definePerson } from '../..';

export default definePerson({
avatar: '/images/persons/default.png',
address: [
'Room C317',
'Sand 14, Tübingen, Germany 72076',
],
email: '[email protected]',
phone: '+49-7071-29-70457',
name: 'Claudia Walter',
team: TeamID.ABI,
role: 'Assistant',
Expand Down

0 comments on commit d0918b4

Please sign in to comment.