Skip to content

Commit

Permalink
Merge pull request #228 from persistenceOne/geo-fence
Browse files Browse the repository at this point in the history
update banner
  • Loading branch information
blackpanther1881 authored Feb 12, 2024
2 parents 527680b + 8db7f8b commit aa41b10
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 11 deletions.
22 changes: 22 additions & 0 deletions src/assets/images1/stk_dydx.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/scss/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/scss/views/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ a {
flex-direction: column;
.bannernav-section {
width: 100%;
background-image: url(./../../images1/atom_topbar.svg) , linear-gradient(80.17deg, #7268FD -4.31%, #CA2EBD 111.08%, #CA2EBD 127.68%);
background-image: url(./../../images1/atom_topbar.svg) , linear-gradient(80.17deg, #232334 -4.31%, #6866ff 111.08%, #6866ff 127.68%);
position: relative;
background-repeat: no-repeat;
background-size: cover;
Expand Down
15 changes: 6 additions & 9 deletions src/components/layout/BannerTop.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useEffect, useState } from "react";
import Alert from "react-bootstrap/Alert";
import stkOsmo from "../../assets/images1/stkOsmo.svg";
import stk_dydx from "../../assets/images1/stk_dydx.svg";
import Icon from "../Icon";

const countries = [
Expand Down Expand Up @@ -94,20 +94,17 @@ const BannerTop = () => {
<div className="container-fluid bannernav-section">
<div className="container">
<Alert className="nav-banner alert-dismissible d-flex align-items-center justify-content-center">
<img src={stkOsmo} alt={"stkOsmo"} className="pr-2 logo" />
<img src={stk_dydx} alt={"stk_dydx"} className="pr-2 logo" />
<p>
stkOsmo is LIVE on pSTAKE. Liquid Stake your OSMO with 75
validators&nbsp;
Secure, decentralized DYDX liquid staking is NOW{" "}
<a
className="link"
href={
"https://app.pstake.finance/cosmos?token=OSMO&chain=osmosis"
}
href={"https://app.pstake.finance/cosmos"}
target="_blank"
rel="noopener noreferrer"
>
<b>now</b>
</a>
<b>LIVE</b>
</a>{" "}
</p>
<div onClick={closeBanner} className="close">
<Icon
Expand Down

0 comments on commit aa41b10

Please sign in to comment.