Skip to content

Commit cca1e94

Browse files
authored
Merge branch 'main' into fluentbit-investigation
2 parents db30f51 + c3b9ca7 commit cca1e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function HomepageHeader() {
1919
{/*<main className={styles.main}>*/}
2020
{/*<h1 className="hero__title">{siteConfig.title}</h1>*/}
2121
{/*</main>*/}
22-
<p className='hero__subtitle' style={{fontSize: 18, fontSmooth: "auto", fontFamily: "Roboto Mono for Powerline", animation: "float 2s ease-in-out infinite"}}>{siteConfig.tagline}</p>
22+
<p className='hero__subtitle' style={{fontSize: 18, fontSmooth: "auto", animation: "float 2s ease-in-out infinite"}}>{siteConfig.tagline}</p>
2323
<div className={styles.buttons}>
2424
<Link
2525
className="button button--secondary button--lg button-3d button-sparkles"

0 commit comments

Comments
 (0)