chore(docs): update readme and docs for producthunt (#4168)

* readme

* wip

* zitadel.com

* remove pointer events none

Co-authored-by: Max Peintner <max@caos.ch>
This commit is contained in:
mffap
2022-08-12 11:02:18 +02:00
committed by GitHub
parent 2388764f1c
commit 33b8eecba4
3 changed files with 12 additions and 9 deletions

View File

@@ -255,12 +255,14 @@ function Feature({
const Gigi = () => {
return (
<div className={styles.gigiwrapper}>
<div className={styles.gigiwrapperrelative}>
<img height="151px" width="256px" src="/img/gigi.svg" />
<div className={styles.gigibanner}>ZITADEL Cloud OUT NOW! 🚀</div>
<div className={styles.gigiwrapper}>
<div className={styles.gigiwrapperrelative}>
<img height="151px" width="256px" src="/img/gigi.svg" />
<div className={styles.gigibanner}>ZITADEL Cloud OUT NOW! 🚀</div>
</div>
</div>
</div>
);
};
@@ -288,7 +290,9 @@ export default function Home() {
</Link>
</div>
</div>
<Gigi />
<Link to="https://zitadel.com">
<Gigi />
</Link>
</header>
<main>
{features && features.length > 0 && (

View File

@@ -16,7 +16,6 @@
position: absolute;
right: 0;
top: 0;
pointer-events: none;
}
.gigiwrapperrelative {