1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +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:
HelloMihai
2025-02-13 11:46:12 -08:00
committed by GitHub
parent 8c882b54cd
commit bf16b61d43

View File

@ -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>