show first 60 chars
This commit is contained in:
@@ -118,8 +118,8 @@ export default function Home() {
|
||||
</div>
|
||||
<div class={style.CurrentBackground}>
|
||||
<strong>
|
||||
{currentBackground()?.description?.slice(60) ||
|
||||
currentBackground()?.alt_description?.slice(60) ||
|
||||
{currentBackground()?.description?.slice(0, 60) ||
|
||||
currentBackground()?.alt_description?.slice(0, 60) ||
|
||||
'Unnamed'}
|
||||
</strong>
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user