mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 00:07:36 +00:00
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:
@@ -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 && (
|
||||
|
@@ -16,7 +16,6 @@
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.gigiwrapperrelative {
|
||||
|
Reference in New Issue
Block a user