Skip to content

Commit

Permalink
Update downloads page to not show RHEL version.
Browse files Browse the repository at this point in the history
RHEL version should not be shown on the left, as its available in EPEL 8 and 9 both :)
  • Loading branch information
SaladinAyyub authored and strycore committed Aug 30, 2022
1 parent 323d700 commit e52a175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/common/downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ <h1 class="text-center pb-3">Downloads</h1>
<img src='{{ STATIC_URL }}images/icons/centos.png' alt='CentOS'>CentOS Stream
</li>
<li>
<img src='{{ STATIC_URL }}images/icons/redhat.png' alt='RHEL'>RHEL 8
<img src='{{ STATIC_URL }}images/icons/redhat.png' alt='RHEL'>RHEL
</li>
</ul>
<p>
Expand Down

0 comments on commit e52a175

Please sign in to comment.