Skip to content

Commit

Permalink
[Add] alt tag om img element in RootPage as per SQ https://sonarcloud…
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Nov 19, 2023
1 parent 98ab9bc commit 43566e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CometServer/Resources/RootPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
<body>
<div class="main">
<div class="header">
<img src="comet_logo.png" height="70px" />
<img src="comet_logo.png" alt="RHEA Logo" height="70px" />
<div style="float:right;">
<a href="https://www.rheagroup.com"><img src="rhea_logo.png" height="70px" /></a>
<a href="https://www.rheagroup.com"><img src="rhea_logo.png" alt="RHEA Logo" height="70px" /></a>
</div>
</div>
<div style="text-align:center;width:100%;">
Expand Down

0 comments on commit 43566e5

Please sign in to comment.