Skip to content

Commit

Permalink
Add nav click
Browse files Browse the repository at this point in the history
  • Loading branch information
joelparkerhenderson committed Aug 19, 2024
1 parent fc61d7f commit f48a0cd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ <h1>www.Aberystwyth.info</h1>
<div class="pure-u-1-8">
<div class="pure-u-box nav-box">
<div>
<a class="pure-menu-link" x-on:click="category='navBox.search';"><span class="nav-box-emoji" x-text='navBox.emoji'></span></a>
<a class="pure-menu-link" x-on:click="category=navBox.emoji"><span class="nav-box-emoji" x-text='navBox.emoji'></span></a>
</div>
<div>
<span class="nav-box-label" x-text='navBox.label'></span>
Expand All @@ -197,8 +197,6 @@ <h1>www.Aberystwyth.info</h1>
</template>
</nav>

<hr><h1>Aberystwyth Directory</h1><hr>

<p>
<select x-model="category">
<option value="" disabled selected>Search by categories…</option>
Expand Down

0 comments on commit f48a0cd

Please sign in to comment.