Browse Source

Merge pull request #699 from ollama-webui/styling-fix

fix: styling
Timothy Jaeryang Baek 1 year ago
parent
commit
e5863d37c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/routes/auth/+page.svelte

+ 1 - 1
src/routes/auth/+page.svelte

@@ -61,7 +61,7 @@
 	<div class="fixed m-10 z-50">
 		<div class="flex space-x-2">
 			<div class=" self-center">
-				<img src="/ollama.png" class=" w-8" />
+				<img src="/favicon.png" class=" w-8 rounded-full" alt="logo" />
 			</div>
 		</div>
 	</div>