Skip to content

Commit bc94e84

Browse files
docs: change style buttons
Signed-off-by: Thomas Poignant <[email protected]>
1 parent 8d55a67 commit bc94e84

File tree

1 file changed

+10
-8
lines changed
  • website/src/pages/product/what_is_feature_management

1 file changed

+10
-8
lines changed

website/src/pages/product/what_is_feature_management/index.mdx

+10-8
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,18 @@ By using feature flags, developers can safely release new features to a subset o
2727
This enables organizations to mitigate risk, iterate quickly, and deliver a personalized user experience.
2828

2929
<center>
30-
<Link to="/docs/">
31-
<button className="pushy__btn pushy__btn--md pushy__btn--red">
32-
<i className="fa-solid fa-screwdriver-wrench"></i> Dive into GO
33-
Feature Flag
34-
</button>
30+
<Link to="/docs/" className={"cursor cursor-pointer"}>
31+
<button
32+
type="button"
33+
className="cursor-pointer text-white bg-gradient-to-br from-purple-600 to-blue-500 hover:bg-gradient-to-bl focus:ring-4 focus:outline-none focus:ring-blue-300 dark:focus:ring-blue-800 font-medium rounded-lg text-sm px-5 py-2.5 text-center me-2 mb-2"><i className="fa-solid fa-screwdriver-wrench"></i> Dive into GO Feature Flag</button>
3534
</Link>
3635
</center>
3736

37+
38+
39+
40+
41+
3842
<div className={styles.space5}></div>
3943
<img src={target} className={styles.roundImg}/>
4044
<div className={styles.space3}></div>
@@ -71,8 +75,6 @@ By collecting usage data and feedback from users, organizations can continuously
7175
<div className={styles.space5}></div>
7276
<center>
7377
<Link to={'/docs'} >
74-
<button className="pushy__btn pushy__btn--md pushy__btn--black">
75-
<img src={logo} className={styles.logo}/> Getting started with GO Feature Flag
76-
</button>
78+
<button type="button" class="text-white bg-[#24292F] hover:bg-[#24292F]/90 focus:ring-4 focus:outline-none focus:ring-[#24292F]/50 font-medium rounded-lg text-sm px-5 py-2.5 text-center inline-flex items-center dark:focus:ring-gray-500 dark:hover:bg-[#050708]/30 me-2 mb-2"><i class="fa-solid fa-toggle-off mr-4"></i> Getting started with GO Feature Flag</button>
7779
</Link>
7880
</center>

0 commit comments

Comments
 (0)