Fix
This commit is contained in:
		
							parent
							
								
									771cd98036
								
							
						
					
					
						commit
						d2d6a79a0f
					
				| 
						 | 
					@ -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} />
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue