mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-13 23:16:47 +00:00
starter - hero banner 宽度限制
This commit is contained in:
@@ -85,16 +85,15 @@ export const Hero = () => {
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* 横幅图片 */}
|
||||
{siteConfig('STARTER_HERO_BANNER_IMAGE') && (
|
||||
<div className='w-full'>
|
||||
<LazyImage
|
||||
className='w-full'
|
||||
src={siteConfig('STARTER_HERO_BANNER_IMAGE')}></LazyImage>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
{/* 横幅图片 */}
|
||||
{siteConfig('STARTER_HERO_BANNER_IMAGE') && (
|
||||
<div className='container'>
|
||||
<LazyImage
|
||||
className='w-full'
|
||||
src={siteConfig('STARTER_HERO_BANNER_IMAGE')}></LazyImage>
|
||||
</div>
|
||||
)}
|
||||
{/* <!-- ====== Hero Section End --> */}
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user