فهرست منبع

change div to h1, as it is the modal header

Sine Jespersen 3 ماه پیش
والد
کامیت
3cdefff0d2
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/lib/components/AddServerModal.svelte

+ 2 - 2
src/lib/components/AddServerModal.svelte

@@ -153,13 +153,13 @@
 <Modal size="sm" bind:show>
 	<div>
 		<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}
 					{$i18n.t('Edit Connection')}
 				{:else}
 					{$i18n.t('Add Connection')}
 				{/if}
-			</div>
+			</h1>
 			<button
 				class="self-center"
 				on:click={() => {