mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 11:29:29 +08:00
hide search icon
This commit is contained in:
parent
1d185df293
commit
73c99fab55
1 changed files with 3 additions and 3 deletions
|
@ -63,9 +63,9 @@
|
|||
<a href="/" sveltekit:prefetch class="btn btn-ghost normal-case text-lg">{site.title}</a>
|
||||
</div>
|
||||
<div class="navbar-end">
|
||||
{#if headerConfig.search}
|
||||
<!-- {#if headerConfig.search} -->
|
||||
<!-- The button to open modal -->
|
||||
<label for="search-modal" class="btn btn-square btn-ghost ml-2"><span class="i-heroicons-outline-search" /></label>
|
||||
<!-- <label for="search-modal" class="btn btn-square btn-ghost ml-2"><span class="i-heroicons-outline-search" /></label> -->
|
||||
<!-- <button
|
||||
on:click={() => {
|
||||
search = !search
|
||||
|
@ -74,7 +74,7 @@
|
|||
class="btn btn-square btn-ghost ml-2">
|
||||
<span class="i-heroicons-outline-search" />
|
||||
</button> -->
|
||||
{/if}
|
||||
<!-- {/if} -->
|
||||
<div id="change-theme" class="dropdown dropdown-end">
|
||||
<div tabindex="0" class="btn btn-square btn-ghost">
|
||||
<span class="i-heroicons-outline-color-swatch" />
|
||||
|
|
Loading…
Reference in a new issue