This commit is contained in:
Morgan 2024-02-09 21:16:23 +09:00
parent 771cd98036
commit d2d6a79a0f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<a class="navbar-item gpt-logo" href={'#/'}> <a class="navbar-item gpt-logo" href={'#/'}>
<img src={logo} alt="ChatGPT-web" width="24" height="24" /> <img src={logo} alt="ChatGPT-web" width="24" height="24" />
<p class="ml-2 is-size-5 has-text-weight-bold">ChatGPT-web</p> <p class="ml-2 is-size-5 has-text-weight-bold">ChatGPT-web</p>
<p style="font-size:10px;" class="ml-2">&&&BUILDVER&&&</p> <p style="font-size:10px;width:0px;" class="ml-2">&&&BUILDVER&&&</p>
</a> </a>
<div class="chat-option-menu navbar-item is-pulled-right"> <div class="chat-option-menu navbar-item is-pulled-right">
<ChatOptionMenu bind:chatId={activeChatId} /> <ChatOptionMenu bind:chatId={activeChatId} />