chore: use proper casing
This commit is contained in:
@@ -16,16 +16,16 @@ templ Layout(title string) {
|
||||
<div class="header-left">
|
||||
<a href="/" class="logo">/mal</a>
|
||||
<div class="nav">
|
||||
<a href="/">catalog</a>
|
||||
<a href="/discover">discover</a>
|
||||
<a href="/schedule">schedule</a>
|
||||
<a href="/notifications">notifications</a>
|
||||
<a href="/watchlist">watchlist</a>
|
||||
<a href="/">Catalog</a>
|
||||
<a href="/discover">Discover</a>
|
||||
<a href="/schedule">Schedule</a>
|
||||
<a href="/notifications">Notifications</a>
|
||||
<a href="/watchlist">Watchlist</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="header-search-wrapper">
|
||||
<form action="/search" method="GET" class="header-search">
|
||||
<input type="text" id="search-input" name="q" class="search-input" placeholder="search anime..." autocomplete="off"/>
|
||||
<input type="text" id="search-input" name="q" class="search-input" placeholder="Search anime..." autocomplete="off"/>
|
||||
<div id="search-dropdown" class="search-dropdown"></div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user