asset files
This commit is contained in:
+1
-1
@@ -819,7 +819,7 @@ export default function App({ previewMode = false }) {
|
||||
<section id="aboutus" style={{
|
||||
padding: isMobile ? '3.5rem 1.25rem' : '6.5rem 8% 5.5rem 8%',
|
||||
backgroundColor: '#020710',
|
||||
backgroundImage: `url('${about.backgroundImage}')`,
|
||||
backgroundImage: `url('${assetUrl(about.backgroundImage)}')`,
|
||||
backgroundSize: 'cover',
|
||||
backgroundPosition: 'center',
|
||||
backgroundRepeat: 'no-repeat',
|
||||
|
||||
Reference in New Issue
Block a user