mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 22:05:19 +00:00
change div to h1, as it is the modal header
This commit is contained in:
parent
e05560a49d
commit
3cdefff0d2
1 changed files with 2 additions and 2 deletions
|
|
@ -153,13 +153,13 @@
|
||||||
<Modal size="sm" bind:show>
|
<Modal size="sm" bind:show>
|
||||||
<div>
|
<div>
|
||||||
<div class=" flex justify-between dark:text-gray-100 px-5 pt-4 pb-2">
|
<div class=" flex justify-between dark:text-gray-100 px-5 pt-4 pb-2">
|
||||||
<div class=" text-lg font-medium self-center font-primary">
|
<h1 class=" text-lg font-medium self-center font-primary">
|
||||||
{#if edit}
|
{#if edit}
|
||||||
{$i18n.t('Edit Connection')}
|
{$i18n.t('Edit Connection')}
|
||||||
{:else}
|
{:else}
|
||||||
{$i18n.t('Add Connection')}
|
{$i18n.t('Add Connection')}
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</h1>
|
||||||
<button
|
<button
|
||||||
class="self-center"
|
class="self-center"
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue