Improve font support, fix svg inline #123
@ -109,11 +109,11 @@ export const LandingPage = () => {
|
||||
<div className={styles.background}>
|
||||
<div
|
||||
className={`${styles.backgroundBlob} ${styles.backgroundBlobLeft}`}
|
||||
style={{ backgroundImage: `url(${bg_l})` }}
|
||||
style={{ backgroundImage: `url("${bg_l}")` }}
|
||||
></div>
|
||||
<div
|
||||
className={`${styles.backgroundBlob} ${styles.backgroundBlobRight}`}
|
||||
style={{ backgroundImage: `url(${bg_r})` }}
|
||||
style={{ backgroundImage: `url("${bg_r}")` }}
|
||||
></div>
|
||||
|
||||
<Container className={styles.container}>
|
||||
|
Loading…
Reference in New Issue
Block a user