Add new release banner

This commit is contained in:
braginini
2022-09-05 19:09:43 +02:00
parent 0fe5aa13b1
commit ffabdf8a1a
2 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ function App() {
return (
<Provider store={store}>
<Layout>
{/*<Banner/>*/}
<Banner/>
<Header className="header" style={{
display: "flex",
flexDirection: "column",

View File

@@ -14,7 +14,7 @@ const Banner = () => {
const linkLearnMore = () => {
return (
<a
href="https://netbird.io/blog/introducing-access-control"
href="https://netbird.io/docs/how-to-guides/network-routes"
className="font-bold underline"
target="_blank"
rel="noreferrer"
@@ -27,7 +27,7 @@ const Banner = () => {
<Row>
<Col xs={24} sm={0} lg={0}>
<Text className="ant-col-md-0" style={{color: "#ffffff"}}>
Big news! Introducing NetBird Access Control.
New Release! Access private networks without installing NetBird on every machine with Network Routes feature.
</Text>
</Col>
<Col xs={24} sm={0} lg={0}>
@@ -38,7 +38,7 @@ const Banner = () => {
<Col xs={0} sm={24}>
<Space align="center" style={{display: "flex", justifyContent: "center"}}>
<Text style={{color: "#ffffff"}}>
Big news! Introducing NetBird Access Control.
New Release! Access private networks without installing NetBird on every machine with Network Routes feature.
</Text>
<span>
{linkLearnMore()}