Skip to content

Commit 0fb14fc

Browse files
committed
Update about.vue
1 parent 4674925 commit 0fb14fc

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

pages/about.vue

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,32 +45,36 @@
4545
<b-row align-h="around" class="mt-3 mb-3 text-center">
4646
<b-col cols="6" md="3" class="mb-3">
4747
<CloudProfile
48-
name="Sophie Melville"
48+
name="Justis Koh"
4949
title="President"
5050
/>
5151
</b-col>
5252
<b-col cols="6" md="3" class="mb-3">
5353
<CloudProfile
54-
name="Justis Koh"
54+
name="Jerry Zhang"
5555
title="Vice President"
5656
/>
5757
</b-col>
5858
<b-col cols="6" md="3" class="mb-3">
5959
<CloudProfile
60-
name="Kai Chen Chai"
60+
name="Lee Chao Cherng"
6161
title="Treasurer"
6262
/>
6363
</b-col>
6464
<b-col cols="6" md="3" class="mb-3">
6565
<CloudProfile
66-
name="Cindy Lawrence"
66+
name="Thomas Han"
6767
title="Secretary"
6868
/>
6969
</b-col>
7070
</b-row>
7171
<h3 class="ord-subheading">
7272
Ordinary Committee Members
7373
</h3>
74+
<p class="text-center mt-3">
75+
Ordinary Committee Members are currently being decided.
76+
</p>
77+
<!-- commented out !!
7478
<b-row align-h="around" class="mt-3 text-center">
7579
<b-col cols="6" md="3" class="mb-3">
7680
<CloudProfile
@@ -167,6 +171,7 @@
167171
/>
168172
</b-col>
169173
</b-row>
174+
-->
170175
</b-container>
171176
</template>
172177
<script>

0 commit comments

Comments
 (0)