Skip to content

Commit

Permalink
change label to 'return home'
Browse files Browse the repository at this point in the history
  • Loading branch information
reteps committed Aug 26, 2024
1 parent f7c83f0 commit a6e5550
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions fallctf-2023/theme/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@
{{/if}}
</div>
{{!-- Added --}}
<a id="back-button" href="{{ path_to_root }}.." title="Return to Fall CTF 2024" aria-label="Return to Fall CTF 2024">
<a id="back-button" href="{{ path_to_root }}.." title="Return Home" aria-label="Return Home">
<i class="fa fa-home"></i>
<div id="back-button-text">Back to Fall CTF 2024</div>
<div id="back-button-text">Return Home</div>
</a>
<h1 class="menu-title">{{ book_title }}</h1>

Expand Down
4 changes: 2 additions & 2 deletions fallctf-2024/theme/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@
</button>
{{/if}}
{{!-- Added --}}
<a id="back-button" href="{{ path_to_root }}.." title="Return to Fall CTF 2024" aria-label="Return to Fall CTF 2024">
<a id="back-button" href="{{ path_to_root }}.." title="Return Home" aria-label="Return Home">
<i class="fa fa-home"></i>
<div id="back-button-text">Back to Fall CTF 2024</div>
<div id="back-button-text">Return Home</div>
</a>
</div>

Expand Down
4 changes: 2 additions & 2 deletions pwnyctf/theme/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@
{{/if}}
</div>
{{!-- Added --}}
<a id="back-button" href="{{ path_to_root }}.." title="Return to Fall CTF 2024" aria-label="Return to Fall CTF 2024">
<a id="back-button" href="{{ path_to_root }}.." title="Return Home" aria-label="Return Home">
<i class="fa fa-home"></i>
<div id="back-button-text">Back to Fall CTF 2024</div>
<div id="back-button-text">Return Home</div>
</a>
<h1 class="menu-title">{{ book_title }}</h1>

Expand Down

0 comments on commit a6e5550

Please sign in to comment.