docs: consistent roles in about

This commit is contained in:
Sam Chau
2026-01-21 00:19:06 +10:30
parent a0ba39bb35
commit caf33abcd7

View File

@@ -85,13 +85,13 @@
const devTeam: DevTeamMember[] = [
{
name: 'santiagosayshey',
remark: 'No Gatekeeping Allowed',
remark: 'No gatekeeping allowed',
tags: ['Lead Profilarr Developer', 'Database Hater']
},
{
name: 'Seraphys',
remark: 'Your sync broke? But the conditions are in order now!',
tags: ['Dictionarry Database Lead', 'Sexy God']
tags: ['Lead Database Developer', 'Sexy God']
}
];
</script>