From b211f6da067d68d97f88c426982606768ff86d96 Mon Sep 17 00:00:00 2001 From: JatinderSingh Date: Mon, 16 Oct 2023 13:56:51 -0700 Subject: [PATCH] add alt text to the images --- frontend/src/views/HomeView.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/views/HomeView.vue b/frontend/src/views/HomeView.vue index ea87fe90..bc4d6d15 100644 --- a/frontend/src/views/HomeView.vue +++ b/frontend/src/views/HomeView.vue @@ -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." />
@@ -88,6 +89,7 @@ const { getConfig } = storeToRefs(useConfigStore()); Screenshot of BCBox's upload interface, demonstrating a drag-and-drop area and possible actions including Choose, Start Upload and Close.
@@ -114,6 +116,7 @@ const { getConfig } = storeToRefs(useConfigStore()); Screenshot of BCBox's share interface, demonstrating a share link and QR code.