"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "7349e1d8c8f5125d7f567e520b5e923c380f41f9"
Commit e1e1cb9f authored by Jannik Streidl's avatar Jannik Streidl
Browse files

removed comments

parent 56c4ee0f
......@@ -14,9 +14,7 @@
<div class="px-5 py-4 dark:text-gray-300">
<div class="flex justify-between items-start">
<div class="text-xl font-bold">{WEBUI_NAME}</div>
<!-- WEBUI_NAME groß und oben -->
<button class="self-center" on:click={toggleVisibility}>
<!-- SVG-Icon für Schließen-Button -->
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
......@@ -30,10 +28,8 @@
</button>
</div>
<div class=" pb-3 flex items-center mt-2">
<!-- Container für die Elemente darunter -->
<div class="text-sm dark:text-gray-200">Release Notes</div>
<div class="flex self-center w-[1px] h-6 mx-2.5 bg-gray-200 dark:bg-gray-700" />
<!-- Trennstrich -->
<div class="text-sm dark:text-gray-200">
{$config && $config.version ? $config.version : WEB_UI_VERSION}
</div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment