Skip to content

Commit

Permalink
add alt text to the images
Browse files Browse the repository at this point in the history
  • Loading branch information
jatindersingh93 committed Oct 16, 2023
1 parent 007425c commit b211f6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ 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, demonstrating a list of example files and possible actions including Upload, Download and Delete."

Check warning on line 57 in frontend/src/views/HomeView.vue

View workflow job for this annotation

GitHub Actions / Unit Tests (Frontend) (16.x)

This line has a length of 154. Maximum allowed is 120

Check warning on line 57 in frontend/src/views/HomeView.vue

View workflow job for this annotation

GitHub Actions / Unit Tests (Frontend) (18.x)

This line has a length of 154. Maximum allowed is 120
/>
</div>
<div class="flex justify-content-center mb-5">
Expand Down Expand Up @@ -88,6 +89,7 @@ const { getConfig } = storeToRefs(useConfigStore());
<img
src="@/assets/images/home_2.png"
class="border-1 drop-shadow"
alt="Screenshot of BCBox's upload interface, demonstrating a drag-and-drop area and possible actions including Choose, Start Upload and Close."

Check warning on line 92 in frontend/src/views/HomeView.vue

View workflow job for this annotation

GitHub Actions / Unit Tests (Frontend) (16.x)

This line has a length of 155. Maximum allowed is 120

Check warning on line 92 in frontend/src/views/HomeView.vue

View workflow job for this annotation

GitHub Actions / Unit Tests (Frontend) (18.x)

This line has a length of 155. Maximum allowed is 120
/>
</div>
</div>
Expand All @@ -114,6 +116,7 @@ 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."
/>
</div>
</div>
Expand Down

0 comments on commit b211f6d

Please sign in to comment.