Skip to content

Commit

Permalink
fix: added img alt text
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Aug 26, 2024
1 parent 1dd36fb commit 96cd466
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion resources/views/components/application-logo.blade.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<img src="/img/logo.png" style="width: 180px;" />
<img alt="COCONUT" src="/img/logo.png" style="width: 180px;" />
2 changes: 1 addition & 1 deletion resources/views/components/application-mark.blade.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<a href="/">
<img src="/img/logo-mini.png" style="height: 53px" />
<img alt="COCONUT" src="/img/logo-mini.png" style="height: 53px" />
</a>
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<a href="/">
<img src="/img/logo.png" style="width: 180px;" />
<img alt="COCONUT" src="/img/logo.png" style="width: 180px;" />
</a>
10 changes: 5 additions & 5 deletions resources/views/livewire/about.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<div
class="ml-auto w-44 flex-none space-y-8 pt-32 sm:ml-0 sm:pt-80 lg:order-last lg:pt-36 xl:order-none xl:pt-80">
<div class="relative">
<img src="img/collections/1.png" alt=""
<img src="img/collections/1.png" alt="About us image"
class="aspect-[2/3] w-full rounded-xl bg-gray-900/5 object-cover shadow-lg" />
<div
class="pointer-events-none absolute inset-0 rounded-xl ring-1 ring-inset ring-gray-900/10">
Expand All @@ -76,14 +76,14 @@ class="pointer-events-none absolute inset-0 rounded-xl ring-1 ring-inset ring-gr
</div>
<div class="mr-auto w-44 flex-none space-y-8 sm:mr-0 sm:pt-52 lg:pt-36">
<div class="relative">
<img src="img/collections/2.png" alt=""
<img src="img/collections/2.png" alt="About us image"
class="aspect-[2/3] w-full rounded-xl bg-gray-900/5 object-cover shadow-lg" />
<div
class="pointer-events-none absolute inset-0 rounded-xl ring-1 ring-inset ring-gray-900/10">
</div>
</div>
<div class="relative">
<img src="img/collections/3.png" alt=""
<img src="img/collections/3.png" alt="About us image"
class="aspect-[2/3] w-full rounded-xl bg-gray-900/5 object-cover shadow-lg" />
<div
class="pointer-events-none absolute inset-0 rounded-xl ring-1 ring-inset ring-gray-900/10">
Expand All @@ -92,14 +92,14 @@ class="pointer-events-none absolute inset-0 rounded-xl ring-1 ring-inset ring-gr
</div>
<div class="w-44 flex-none space-y-8 pt-32 sm:pt-0">
<div class="relative">
<img src="img/collections/4.png" alt=""
<img src="img/collections/4.png" alt="About us image"
class="aspect-[2/3] w-full rounded-xl bg-gray-900/5 object-cover shadow-lg" />
<div
class="pointer-events-none absolute inset-0 rounded-xl ring-1 ring-inset ring-gray-900/10">
</div>
</div>
<div class="relative">
<img src="img/collections/5.png" alt=""
<img src="img/collections/5.png" alt="About us image"
class="aspect-[2/3] w-full rounded-xl bg-gray-900/5 object-cover shadow-lg" />
<div
class="pointer-events-none absolute inset-0 rounded-xl ring-1 ring-inset ring-gray-900/10">
Expand Down
3 changes: 0 additions & 3 deletions resources/views/livewire/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -462,9 +462,6 @@ class="cursor-pointer flex items-center justify-center rounded-md border border-
class="z-20 inline-block align-bottom bg-white rounded-lg px-4 pt-5 pb-4 text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-lg sm:w-full sm:p-6">
<div class="sm:flex sm:items-start">
<div class="mt-3 text-center sm:mt-0 sm:text-left w-full">
<h3 class="text-lg leading-6 font-medium text-gray-900" id="modal-title">
Structure Editor
</h3>
<div class="py-3">
You are welcome to submit your natural product collection in CSV format to the COCONUT
database. Please send your data via email to <a class="text-blue-600"
Expand Down

0 comments on commit 96cd466

Please sign in to comment.