Merge pull request #91 from ollama-webui/dev

fix: cosmetic
This commit is contained in:
Timothy Jaeryang Baek 2023-11-11 16:33:21 -05:00 committed by GitHub
commit 5fc081c3c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ export const API_BASE_URL =
: `http://localhost:11434/api`
: PUBLIC_API_BASE_URL;
export const WEB_UI_VERSION = 'v1.0.0-alpha.1';
export const WEB_UI_VERSION = 'v1.0.0-alpha.2';
// Source: https://kit.svelte.dev/docs/modules#$env-static-public
// This feature, akin to $env/static/private, exclusively incorporates environment variables

View File

@ -1324,7 +1324,7 @@
>
{#if speechRecognitionListening}
<svg
class=" w-5 h-5 translate-y-[1px]"
class=" w-5 h-5 translate-y-[0.5px]"
fill="currentColor"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
@ -1369,7 +1369,7 @@
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
fill="currentColor"
class="w-5 h-5 translate-y-[1px]"
class="w-5 h-5 translate-y-[0.5px]"
>
<path d="M7 4a3 3 0 016 0v6a3 3 0 11-6 0V4z" />
<path