Skip to content

Commit

Permalink
change text in frontpage (conda-forge#7)
Browse files Browse the repository at this point in the history
* change text in frontpage

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
jaimergp and pre-commit-ci[bot] authored Jul 5, 2023
1 parent d2819f3 commit 944b295
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const editUrl = {
/** @type {import('@docusaurus/types').Config} */
const config = {
title: "🚧 cf-infra-docs 🚧",
tagline: "Supporting documentation for the CZI EOSS5 grant for conda-forge",
tagline: "Draft documentation for conda-forge infrastructure",
url: "https://cf-infra-docs.netlify.app/",
baseUrl: "/",
onBrokenLinks: "throw",
Expand Down
7 changes: 2 additions & 5 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ function HomepageHeader() {
<h1 className="hero__title">{siteConfig.title}</h1>
<p className="hero__subtitle">{siteConfig.tagline}</p>
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="https://github.com/Quansight-Labs/czi-conda-forge-mgmt"
>
More info ➡️
<Link className="button button--secondary button--lg" to="/docs/">
Start reading ➡️
</Link>
</div>
</div>
Expand Down

0 comments on commit 944b295

Please sign in to comment.