Skip to content

Commit

Permalink
feat: update admin titles
Browse files Browse the repository at this point in the history
  • Loading branch information
doprz committed Oct 15, 2024
1 parent 58eed49 commit 4cf8c3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/lib/getGitHubStats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ const REPO_NAME = 'UT-Registration-Plus';

export const LONGHORN_DEVELOPERS_ADMINS = [
{ name: 'Sriram Hariharan', role: 'Founder', githubUsername: 'sghsri' },
{ name: 'Elie Soloveichik', role: 'Senior Software Engineer', githubUsername: 'Razboy20' },
{ name: 'Diego Perez', role: 'Senior Software Engineer', githubUsername: 'doprz' },
{ name: 'Elie Soloveichik', role: 'Staff Engineer', githubUsername: 'Razboy20' },
{ name: 'Diego Perez', role: 'Staff Engineer', githubUsername: 'doprz' },
{ name: 'Lukas Zenick', role: 'Senior Software Engineer', githubUsername: 'Lukas-Zenick' },
{ name: 'Isaiah Rodriguez', role: 'Chief Design Officer', githubUsername: 'IsaDavRod' },
{ name: 'Isaiah Rodriguez', role: 'Chief Operations and Design Officer', githubUsername: 'IsaDavRod' },
] as const satisfies TeamMember[];

/**
Expand Down

0 comments on commit 4cf8c3f

Please sign in to comment.