mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Forgotten href and li
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<p class="menu-label">Chats</p>
|
||||
<ul class="menu-list">
|
||||
{#if sortedChats.length === 0}
|
||||
<a class="panel-block">No chats yet...</a>
|
||||
<li><a class="panel-block" href={"#"}>No chats yet...</a></li>
|
||||
{:else}
|
||||
<li>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user