Skip to content

Commit

Permalink
Added Luna to TeamGrid
Browse files Browse the repository at this point in the history
  • Loading branch information
Feuersteinium committed Feb 12, 2024
1 parent a773faf commit ecbe935
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/grids/TeamGrid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ const people = [
imageUrl:
"https://media.mastodon.de/accounts/avatars/110/696/833/299/709/033/original/2209f6209ff48d44.jpg",
},
{
name: "Luna",
role: "teamMemberLunaPosition",
imageUrl:
"https://media.mastodon.de/accounts/avatars/111/334/673/534/843/422/original/a7a4430f337ca0de.png",
},
// More people...
];
</script>
Expand Down
1 change: 1 addition & 0 deletions i18n.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export default defineI18nConfig(() => ({
teamMemberNiklasPosition: "Moderation & Public Relations",
teamMemberEbowskiPosition: "Moderation",
teamMemberWalterPosition: "Finance & Legal",
teamMemberLunaPosition: "Moderation, PR & DevOps",

// What is Mastodon Explaination Text
// What is Mastodon Explaination Text
Expand Down

0 comments on commit ecbe935

Please sign in to comment.