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 718f322 commit 487fc3e
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 @@ -19,11 +19,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 @@ -34,11 +34,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 @@ -49,7 +49,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 @@ -61,7 +61,7 @@
公開停止
</button>
</div>
</button>
</div>
</NuxtLink>
</div>
</section>
Expand Down

0 comments on commit 487fc3e

Please sign in to comment.