Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f529dab0b6 | |||
| 308e014067 |
@@ -93,7 +93,10 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
tag="Deployment Pipeline"
|
tag="Deployment Pipeline"
|
||||||
tagIcon={Rocket}
|
tagIcon={Rocket}
|
||||||
buttons={[{ text: "Create Bot", href: "#" }]}
|
buttons={[
|
||||||
|
{ text: "Create Bot Now", href: "#" },
|
||||||
|
{ text: "See Template", href: "#" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user