Skip to content

Commit

Permalink
Merge pull request #98 from clubcapra/change_team_member_program
Browse files Browse the repository at this point in the history
Change from mec to ele
  • Loading branch information
Flip-HH authored May 13, 2024
2 parents 11e6ce4 + 3da2301 commit a2a3f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/CompetitionView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import syndneyTakinAssemblage from '@clubcapra/assets/media/sydney/takin_assembl
/>
</div>
<div class="col-md-4 col-sm-6" data-aos="fade-right">
<h2 class="mb-4">ENRICH &amp; ENRICH</h2>
<h2 class="mb-4">ENRICH &amp; ELROB</h2>
<h5>{{ $t('competition_enrich_elrob_description') }}</h5>
<div class="row justify-content-center">
<a
Expand Down
2 changes: 1 addition & 1 deletion src/views/TeamView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const mechanical: Member[] = [
},
{
name: 'Antony Afif',
program: 'engineering_mechanical',
program: 'engineering_electrical',
},
];
const electrical: Member[] = [
Expand Down

0 comments on commit a2a3f08

Please sign in to comment.