Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added app/assets/image/reportExample.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions app/pages/report/_modals/ReportUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const handleSubmit = async () => {
</div>
<div class="flex items-center gap-[40px]">
<img
src="~/assets/image/pdf-example.png"
src="~/assets/image/reportExample.jpg"
alt="민형사 고소증 예시 1"
:class="[
'h-[220px] w-[220px] cursor-pointer rounded-[10px] object-cover object-top transition duration-100 ease-in-out',
Expand All @@ -107,7 +107,7 @@ const handleSubmit = async () => {
@click="handleExampleSelect('예시파일1_고소증.pdf')"
/>
<img
src="~/assets/image/pdf-example.png"
src="~/assets/image/reportExample.jpg"
alt="민형사 고소증 예시 2"
:class="[
'h-[220px] w-[220px] cursor-pointer rounded-[10px] object-cover object-top transition duration-100 ease-in-out',
Expand All @@ -118,7 +118,7 @@ const handleSubmit = async () => {
@click="handleExampleSelect('예시파일2_고소증.pdf')"
/>
<img
src="~/assets/image/pdf-example.png"
src="~/assets/image/reportExample.jpg"
alt="민형사 고소증 예시 3"
:class="[
'h-[220px] w-[220px] cursor-pointer rounded-[10px] object-cover object-top transition duration-100 ease-in-out',
Expand Down