don't show alt

This commit is contained in:
Georgi Gardev
2023-11-20 11:40:23 +02:00
parent 7b27362118
commit 98a93294a9

View File

@@ -117,11 +117,7 @@ export default function Home() {
</div>
</div>
<div class={style.CurrentBackground}>
<strong>
{currentBackground()?.description ||
currentBackground()?.alt_description?.slice(100) ||
'Unknown'}
</strong>
<strong>{currentBackground()?.description || 'Unnamed'}</strong>
<br />
{currentBackground()?.location.name}
</div>