Skip to content

Commit 4486c49

Browse files
authored
Merge pull request #8 from lightningrodlabs/update-main-page
small updates to the main page
2 parents 7ad8a0b + 0bbba8a commit 4486c49

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

src/pages/index.tsx

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,10 @@ import Footer from "../components/Footer/Footer";
55

66
import SEO from "../components/seo";
77

8-
import { CSSTransition } from "react-transition-group";
9-
108
import "../global.scss";
119

1210
//images
1311

14-
import HeroVisual from "../images/acorn-hero-visual.png";
15-
import HeroVisualMobile from "../images/acorn-hero-visual-mobile.png";
16-
1712
import FeatureVisualOne from "../images/acorn-feature-vis-1.png";
1813
import FeatureVisualTwo from "../images/acorn-feature-vis-2.png";
1914
import FeatureVisualThree from "../images/acorn-feature-vis-3.png";
@@ -295,17 +290,16 @@ const IndexPage = () => {
295290
<a href="https://sprillow.com" target="_blank">
296291
Sprillow
297292
</a>{" "}
298-
undertook a design process and began building Acorn on Holochain
299-
and continues to today. In June 2022 the first major release of
300-
Acorn (Alpha) was published and it's currently in an Alpha testing
301-
phase.
293+
undertook a design process, began building Acorn on Holochain and
294+
in June 2022 the first major release of Acorn (Alpha) was
295+
published.
302296
</p>
303297
<p>
304298
<a href="https://lightningrodlabs.org" target="_blank">
305299
Lightningrod Labs
306300
</a>{" "}
307301
is the container for the continuous development of Acorn alongside
308-
some other projects powered by Holochain.
302+
other projects powered by Holochain.
309303
</p>
310304

311305
<Button
@@ -324,7 +318,7 @@ const IndexPage = () => {
324318
<h2>Download the latest Acorn alpha release</h2>
325319
<p>
326320
Available as native desktop app for macOS, Windows and Linux. <br />{" "}
327-
Download and install the latest version of Acorn's alpha release to
321+
Download and install the latest version of Acorn's alpha release (11.3.2) to
328322
get started.
329323
</p>
330324
<div className="buttons-row three row">

0 commit comments

Comments
 (0)