From 8a0e9fec46928b3d6451ee4f56fc5782e490c51a Mon Sep 17 00:00:00 2001 From: MaoShizhong <122839503+MaoShizhong@users.noreply.github.com> Date: Sat, 9 Nov 2024 13:30:07 +0000 Subject: [PATCH] Chore: Update team page (#4847) ## Because Team changes ## This PR - Removes me from the active team member list ## Issue Closes #XXXXX ## Additional Information ## Pull Request Requirements - [x] I have thoroughly read and understand [The Odin Project Contributing Guide](https://github.com/TheOdinProject/theodinproject/blob/main/CONTRIBUTING.md) - [x] The title of this PR follows the `keyword: brief description of change` format, using one of the following keywords: - `Feature` - adds new or amends existing user-facing behavior - `Chore` - changes that have no user-facing value, refactors, dependency bumps, etc - `Fix` - bug fixes - [x] The `Because` section summarizes the reason for this PR - [x] The `This PR` section has a bullet point list describing the changes in this PR - [x] I have verified all tests and linters pass after making these changes. - [x] If this PR addresses an open issue, it is linked in the `Issue` section - [x] If applicable, this PR includes new or updated automated tests --- config/locales/team.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/config/locales/team.yml b/config/locales/team.yml index 19ed3754b5..7f01853317 100644 --- a/config/locales/team.yml +++ b/config/locales/team.yml @@ -177,14 +177,6 @@ en: - name: "github" url: "https://github.com/ChargrilledChook" - - name: "Mao" - image: "https://avatars.githubusercontent.com/u/122839503?v=4" - location: "UK" - joined: "2024" - socials: - - name: "github" - url: "https://github.com/MaoShizhong" - moderators: description: "Our team of moderators diligently maintains a welcoming, safe, and productive environment for all members within The Odin Project's Discord community." members: @@ -264,3 +256,7 @@ en: - name: "Antoni Sobolewski" image: "https://avatars.githubusercontent.com/u/95084627?v=4" url: "https://github.com/scheals" + + - name: "Mao" + image: "https://avatars.githubusercontent.com/u/122839503?v=4" + url: "https://github.com/MaoShizhong"