forked from rDrama/rDrama
1
0
Fork 0

remove 2 weird role="button"

master
Aevann1 2022-10-28 22:19:05 +02:00
parent f41b09cc07
commit 067a83b1b1
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ Icon (fa-foo-bar), Color (#ff0000), URL (/post/12345/) #}
<h2 style="text-transform: uppercase; text-align: center; letter-spacing: 3px; margin-top: 2rem;">Casino</h2>
<div id="directory--wrapper">
{% for game in GAME_INDEX %}
<a role="button" class="directory--link" href="{{game[4]}}">
<a class="directory--link" href="{{game[4]}}">
<div class="directory--link-content">
<i class="directory--link--icon fas {{game[2]}}" style="color:{{game[3]}}"></i>
<div class="directory--link--title">{{game[0]|safe}}</div>
@ -42,4 +42,4 @@ Icon (fa-foo-bar), Color (#ff0000), URL (/post/12345/) #}
</a>
{% endfor %}
</div>
{% endblock %}
{% endblock %}

View File

@ -72,7 +72,7 @@
{% block content %}
<div id="directory--wrapper">
{% for thread in MEGATHREAD_INDEX %}
<a role="button" class="directory--link" href="{{thread[4]}}">
<a class="directory--link" href="{{thread[4]}}">
<div class="directory--link-content">
<i class="directory--link--icon fas {{thread[2]}}" style="color:{{thread[3]}}"></i>
<div class="directory--link--title">{{thread[0]|safe}}</div>