File tree 1 file changed +10
-8
lines changed
website/src/pages/product/what_is_feature_management
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,18 @@ By using feature flags, developers can safely release new features to a subset o
27
27
This enables organizations to mitigate risk, iterate quickly, and deliver a personalized user experience.
28
28
29
29
<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 >
35
34
</Link >
36
35
</center >
37
36
37
+
38
+
39
+
40
+
41
+
38
42
<div className = { styles .space5 } ></div >
39
43
<img src = { target } className = { styles .roundImg } />
40
44
<div className = { styles .space3 } ></div >
@@ -71,8 +75,6 @@ By collecting usage data and feedback from users, organizations can continuously
71
75
<div className = { styles .space5 } ></div >
72
76
<center >
73
77
<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 >
77
79
</Link >
78
80
</center >
You can’t perform that action at this time.
0 commit comments