Skip to content

Commit

Permalink
Merge pull request #18 from davidwrossiter/dev-merger
Browse files Browse the repository at this point in the history
add alt tags
  • Loading branch information
davidwrossiter committed Jun 17, 2024
2 parents f677087 + 3dc7051 commit c9a25ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/blocks/Services.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,19 @@ function SystemSupport() {
src="../../work-examples/example-one.svg"
className="mb-6 w-full sm:w-[32%] object-cover"
draggable="false"
alt="website landing page in dark"
/>
<img
src="../../work-examples/example-two.svg"
className="mb-6 w-full sm:w-[32%] object-cover"
draggable="false"
alt="website landing page in dark"
/>
<img
src="../../work-examples/example-three.svg"
className="mb-6 w-full sm:w-[32%] object-cover"
draggable="false"
alt="website landing page in dark"
/>
</div>
<button className="px-6 leading-[14px] border-[1.4px] py-4 rounded-lg border-orin-black hover:bg-[#EFEFEF] active:bg-[#E0DCDC]">
Expand Down
1 change: 1 addition & 0 deletions src/components/AQ.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function AQ({ question, answer }) {
<img
src="../../icons/faq-arrow.svg"
className={`${open ? "transform rotate-180" : ""} `}
alt="arrow pointing down"
/>
<p className="pl-2 text-sm font-bold">{question}</p>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/components/BookCall.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function BookCall() {
src="../../icons/warren.svg"
className="border rounded-lg border-orin-border-grey"
draggable="false"
alt="portrait of man in grey-scale"
/>
<h4 className="pl-4 w-full font-bold text-2xl leading-7 max-w-[250px]">
Book a 15-minute introductory call.
Expand Down

0 comments on commit c9a25ae

Please sign in to comment.