Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jatindersingh93 committed Oct 17, 2023
1 parent 207ab87 commit de33230
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions frontend/src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ const { getConfig } = storeToRefs(useConfigStore());
src="@/assets/images/home_1.png"
class="border-1 drop-shadow"
width="60%"
alt="Screenshot of BCBox's file list interface: a list of example files and possible actions including Upload, Download and Delete."
alt="Screenshot of BCBox's file list interface:
a list of example files and possible actions including Upload, Download and Delete."
/>
</div>
<div class="flex justify-content-center mb-5">
Expand Down Expand Up @@ -89,7 +90,8 @@ const { getConfig } = storeToRefs(useConfigStore());
<img
src="@/assets/images/home_2.png"
class="border-1 drop-shadow"
alt="Screenshot of BCBox's upload interface: a drag-and-drop area, possible actions including Choose, Start Upload and Close."
alt="Screenshot of BCBox's upload interface: a drag-and-drop area,
possible actions including Choose, Start Upload and Close."
/>
</div>
</div>
Expand All @@ -116,7 +118,8 @@ const { getConfig } = storeToRefs(useConfigStore());
<img
src="@/assets/images/home_3.png"
class="border-1 drop-shadow"
alt="Screenshot of BCBox's share interface, demonstrating a share link and QR code."
alt="Screenshot of BCBox's share interface,
demonstrating a share link and QR code."
/>
</div>
</div>
Expand Down

0 comments on commit de33230

Please sign in to comment.