Skip to content

Commit

Permalink
fix(project-ppt): 발표자료 없으면 버튼 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
mcauto committed Oct 27, 2021
1 parent 73abf4f commit 7716374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/project/project/detail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</div>
<div class="thumbnail"><img :src="thumbnail" /></div>
<div class="description">{{ project.description }}</div>
<div class="ppt">
<div v-if="project.ppt" class="ppt">
<p>최종 발표 자료</p>
<img src="~/assets/img/ic_forward_black.svg" alt="arrow" />
</div>
Expand Down

0 comments on commit 7716374

Please sign in to comment.