Skip to content

Commit

Permalink
fix link button
Browse files Browse the repository at this point in the history
  • Loading branch information
Eri-0910 committed Sep 24, 2021
1 parent 99868da commit 55478f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/front/pages/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
:to="{ path: '/', query: { roomId: room.id, user: 'admin' } }"
class="home-top__event--item"
>
<button class="home-top__event__list">
<div class="home-top__event__list">
<div class="home-top__event__list--name">{{ room.title }}</div>
<div class="home-top__event__list--date">{{ room.startDate }}</div>
<div class="home-top__event__list--role">管理者</div>
</button>
</div>
</NuxtLink>
</div>
</section>
Expand All @@ -30,11 +30,11 @@
:to="{ path: '/', query: { roomId: room.id, user: 'admin' } }"
class="home-top__event--item"
>
<button class="home-top__event__list">
<div class="home-top__event__list">
<div class="home-top__event__list--name">{{ room.title }}</div>
<div class="home-top__event__list--date">{{ room.startDate }}</div>
<div class="home-top__event__list--role">管理者</div>
</button>
</div>
</NuxtLink>
</div>
</section>
Expand All @@ -45,7 +45,7 @@
:to="{ path: '/', query: { roomId: room.id, user: 'admin' } }"
class="home-top__event--item"
>
<button class="home-top__event__list">
<div class="home-top__event__list">
<div class="home-top__event__list--name">{{ room.title }}</div>
<div class="home-top__event__list--date">{{ room.startDate }}</div>
<div class="home-top__event__list--role">管理者</div>
Expand All @@ -57,7 +57,7 @@
公開停止
</button>
</div>
</button>
</div>
</NuxtLink>
</div>
</section>
Expand Down

0 comments on commit 55478f0

Please sign in to comment.