mirror of
https://github.com/immich-app/immich.git
synced 2025-04-04 15:16:24 +02:00
fix: broken html id (#16084)
ids cannot have spaces relative should not be in the ID of the element
This commit is contained in:
parent
8c882b54cd
commit
bf16b61d43
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@
|
|||
{/snippet}
|
||||
</ControlAppBar>
|
||||
<section class="bg-immich-bg px-[70px] pt-[100px] dark:bg-immich-dark-bg">
|
||||
<section id="merge-face-selector relative">
|
||||
<section id="merge-face-selector">
|
||||
<div class="mb-10 h-[200px] place-content-center place-items-center">
|
||||
<p class="mb-4 text-center uppercase dark:text-white">{$t('choose_matching_people_to_merge')}</p>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue