Skip to content

Commit

Permalink
Merge pull request #980 from nwanduka/patch-10
Browse files Browse the repository at this point in the history
added aria-label to "more" buttons
  • Loading branch information
birm authored Jun 22, 2024
2 parents 107799a + 4cc89a3 commit cfe5fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/landing/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ <h1>caMicroscope</h1>
<div class="content">
<h2>caMicroscope</h2>
<p>Use camicroscope to explore and mark slides uploaded. If this is a restricted access deployment, you will be prompted to log in here.</p>
<a href="../table.html" class="button">More</a>
<a href="../table.html" class="button" aria-label="Explore caMicroscope">More</a>
</div>
</section>
<section class="post">
<a target="_blank" href="https://camicroscope.github.io/docs/" class="image" aria-label="Visit Documentation Page"><img src="./code.jpg" alt=""/></a>
<div class="content">
<h2>Documentation</h2>
<p>Read documentation for using and developing caMicroscope.</p>
<a target="_blank" href="https://camicroscope.github.io/docs/" class="button">More</a>
<a target="_blank" href="https://camicroscope.github.io/docs/" class="button" aria-label="Visit Documentation Page">More</a>
</div>
</section>
</div>
Expand Down

0 comments on commit cfe5fb6

Please sign in to comment.