File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Website/src/components/HomepageFeatures Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,6 @@ const FeatureList = [
26
26
</ >
27
27
) ,
28
28
} ,
29
- {
30
- title : "Effortless Troubleshooting" ,
31
- Svg : require ( "@site/static/img/undraw_server_down_s-4-lk.svg" ) . default ,
32
- description : (
33
- < >
34
- Diagnose and resolve issues effectively with a comprehensive suite of
35
- tools within a unified application.
36
- </ >
37
- ) ,
38
- } ,
39
29
{
40
30
title : "Profile Management" ,
41
31
Svg : require ( "@site/static/img/undraw_personal_settings_re_i6w4.svg" )
@@ -48,6 +38,16 @@ const FeatureList = [
48
38
</ >
49
39
) ,
50
40
} ,
41
+ {
42
+ title : "Effortless Troubleshooting" ,
43
+ Svg : require ( "@site/static/img/undraw_server_down_s-4-lk.svg" ) . default ,
44
+ description : (
45
+ < >
46
+ Diagnose and resolve issues effectively with a comprehensive suite of
47
+ tools within a unified application.
48
+ </ >
49
+ ) ,
50
+ } ,
51
51
{
52
52
title : "Open Source" ,
53
53
Svg : require ( "@site/static/img/undraw_version_control_re_mg66.svg" ) . default ,
You can’t perform that action at this time.
0 commit comments