diff --git a/website/api/team.json b/website/api/team.json index ede50c6..2496fc6 100644 --- a/website/api/team.json +++ b/website/api/team.json @@ -12,6 +12,7 @@ "role": "Administrator" }, { + "icon": "burrata.png", "name": "Burrata", "priority": 1, "role": "Administrator" @@ -27,6 +28,7 @@ "role": "Moderator" }, { + "icon": "ahnyokatzin.png", "name": "Ahnyokatzin", "priority": 2, "role": "Moderator" @@ -37,6 +39,7 @@ "role": "Moderator" }, { + "icon": "harrpy.png", "name": "Harrpy", "priority": 2, "role": "Moderator" diff --git a/website/assets/ahnyokatzin.png b/website/assets/ahnyokatzin.png new file mode 100644 index 0000000..628f362 Binary files /dev/null and b/website/assets/ahnyokatzin.png differ diff --git a/website/assets/burrata.png b/website/assets/burrata.png new file mode 100644 index 0000000..bf168d2 Binary files /dev/null and b/website/assets/burrata.png differ diff --git a/website/assets/harrpy.png b/website/assets/harrpy.png new file mode 100644 index 0000000..5ed9a23 Binary files /dev/null and b/website/assets/harrpy.png differ diff --git a/website/assets/harrpyrose.png b/website/assets/harrpyrose.png new file mode 100644 index 0000000..0198a71 Binary files /dev/null and b/website/assets/harrpyrose.png differ