mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-19 23:24:23 +01:00
feat: landing page styles (#795)
Co-authored-by: Angie Jones <jones.angie@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ import Heading from "@theme/Heading";
|
||||
|
||||
import styles from "./index.module.css";
|
||||
import { IconDownload } from "../components/icons/download";
|
||||
import Goose from "../components/icons/goose";
|
||||
import { GooseWordmark } from "../components/gooseWordmark";
|
||||
|
||||
function HomepageHeader() {
|
||||
const { siteConfig } = useDocusaurusContext();
|
||||
@@ -16,11 +16,8 @@ function HomepageHeader() {
|
||||
<header className={clsx("hero hero--primary", styles.heroBanner)}>
|
||||
<div className="container">
|
||||
<div className="hero--logo">
|
||||
<Goose />
|
||||
<GooseWordmark />
|
||||
</div>
|
||||
<Heading as="h1" className="hero__title">
|
||||
{siteConfig.title}
|
||||
</Heading>
|
||||
<p className="hero__subtitle">{siteConfig.tagline}</p>
|
||||
<div className={styles.buttons}>
|
||||
<Link
|
||||
|
||||
Reference in New Issue
Block a user