Skip to content

Commit

Permalink
その他のメンバーから OB/OG に表記を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
s7tya committed Aug 25, 2024
1 parent a590f05 commit 67b1b65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/organisms/Member.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
></ParticleMemberItem>
</div>
<div class="member__content-link opacity2">
<NuxtLink to="./othermember">その他のメンバー &gt;</NuxtLink>
<NuxtLink to="./othermember">OB / OG &gt;</NuxtLink>
</div>
</div>
</Suspense>
Expand Down
2 changes: 1 addition & 1 deletion src/components/organisms/OtherMember.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<section id="other-member" class="other-member">
<ParticleSectionTitle title="その他のメンバー" />
<ParticleSectionTitle title="OB / OG" />
<Suspense>
<div class="other-member__content">
<div class="other-member__content-cards">
Expand Down

0 comments on commit 67b1b65

Please sign in to comment.