mirror of
https://github.com/immich-app/immich.git
synced 2025-01-06 03:46:47 +01:00
smaller album title (#3860)
This commit is contained in:
parent
dc3f53a973
commit
6d1567cf44
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
||||||
|
|
||||||
<div class="mt-4">
|
<div class="mt-4">
|
||||||
<p
|
<p
|
||||||
class="w-full truncate text-xl font-semibold text-immich-primary dark:text-immich-dark-primary"
|
class="w-full truncate text-lg font-semibold text-immich-primary dark:text-immich-dark-primary"
|
||||||
data-testid="album-name"
|
data-testid="album-name"
|
||||||
title={album.albumName}
|
title={album.albumName}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue