Skip to content

Commit

Permalink
Merge pull request #194 from persistenceOne/fix/text
Browse files Browse the repository at this point in the history
text update
  • Loading branch information
blackpanther1881 authored Oct 14, 2022
2 parents a25811e + c289bed commit 1f04335
Show file tree
Hide file tree
Showing 6 changed files with 2,056 additions and 2,701 deletions.
2 changes: 0 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import 'aos/dist/aos.css';
import Homepage from "./views/Homepage";
import Ecosystem from "./views/Ecosystem";
import "react-multi-carousel/lib/styles.css";
import Xprt from "./views/Xprt";
import Faq from "./views/Faq";

ReactGA.initialize(process.env.REACT_APP_GA_ID);
Expand Down Expand Up @@ -39,7 +38,6 @@ const App = () => {
<Switch>
<AppRoute exact path="/" component={Homepage} layout={LayoutDefault} />
<AppRoute exact path="/ecosystem" component={Ecosystem} layout={LayoutDefault} />
<AppRoute exact path="/xprt" component={Xprt} layout={LayoutDefault} />
<AppRoute exact path="/faq" component={Faq} layout={LayoutDefault} />
</Switch>
);
Expand Down
6 changes: 3 additions & 3 deletions src/Containers/Homepage/Banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ const Banner = () => {
<p className="banner-heading"><span>Liquid Staking Hub</span></p>
<p className="text">
Persistence is a Tendermint based specialized Layer-1 powering an ecosystem
<span> of DeFi dApps focused on unlocking the liquidity of staked assets.</span>
<span> of DeFi applications focused on unlocking the liquidity of staked assets.</span>
</p>
<div className={"button-section text-center d-inline-block"}>
<a href="/xprt" rel="noopener noreferrer"
className="button-initial button one">
<a href="https://blog.persistence.one/2021/03/25/xprt-tokenomics-and-utility-powering-the-persistence-ecosystem/" rel="noopener noreferrer"
className="button-initial button one" target="_blank">
$XPRT
</a>
<a href="https://drive.google.com/file/d/12cjxcyqFdVDY55i4Wh_31k9viVciemRr/view" rel="noopener noreferrer"
Expand Down
Loading

0 comments on commit 1f04335

Please sign in to comment.