We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3cfe22 commit 3ce2549Copy full SHA for 3ce2549
packages/website/src/pages/index.tsx
@@ -136,6 +136,7 @@ function Home(): JSX.Element {
136
<Layout description={`${siteConfig.tagline}`}>
137
<header className={clsx('hero hero--dark', styles.hero)}>
138
<div className="container">
139
+ <img alt="" className={styles.hero__logo} src="/img/logo.svg" />
140
<h1 className="hero__title">{siteConfig.title}</h1>
141
<p className="hero__subtitle">{siteConfig.tagline}</p>
142
<div className={styles.buttons}>
packages/website/src/pages/styles.module.css
@@ -17,6 +17,11 @@
17
text-align: center;
18
}
19
20
+.hero__logo {
21
+ height: 10rem;
22
+ width: 10rem;
23
+}
24
+
25
.hero__subtitle {
26
margin-bottom: 24px;
27
0 commit comments