mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Fix TS errors
This commit is contained in:
parent
d2431c41c6
commit
a8ad02f8c9
6 changed files with 15 additions and 12 deletions
|
|
@ -32,7 +32,7 @@ const session = await getSession(Astro.request)
|
|||
<div
|
||||
class='h-[150px] bg-top bg-no-repeat bg-cover'
|
||||
style={{
|
||||
backgroundImage: `url(https://cdn.sittingonclouds.net/live/${headerInfo.config.value}.png)`
|
||||
backgroundImage: `url(https://cdn.sittingonclouds.net/live/${headerInfo?.config?.value}.png)`
|
||||
}}
|
||||
>
|
||||
<div class='relative px-20 size-full'>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue