Skip to content

Commit

Permalink
Minor accessibility fixes for homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
auniverseaway committed Feb 5, 2025
1 parent c734c7d commit 6200650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/browse/da-orgs/da-orgs.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default class DaOrgs extends LitElement {
renderEmpty() {
return html`
<div class="da-no-org-well">
<img src="/blocks/browse/da-orgs/img/org-icon-color.svg" width="80" height="60"/>
<img src="/blocks/browse/da-orgs/img/org-icon-color.svg" width="80" height="60" alt=""/>
<div class="da-no-org-text">
<h3>You don’t have any recent organizations.</h3>
<p>Go to your organization, play in the sandbox, or create a new one.</p>
Expand Down

0 comments on commit 6200650

Please sign in to comment.