You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{BsEye,BsEyeFill,BsFillAlarmFill,BsFillCheckCircleFill}from'react-icons/bs'// <- NOTE: These icons must also be imported into FeatureFeatures component.
20
+
import{GrRun}from'react-icons/gr'
21
+
import{BiGitPullRequest}from'react-icons/bi'
22
+
19
23
// import { useEffect } from 'react'
20
24
21
25
exportdefaultfunctionDiscordPage(){
@@ -55,6 +59,7 @@ export default function DiscordPage() {
55
59
[
56
60
{
57
61
title: "Check data impacts and avoid bad deployments",
62
+
icon: BsEyeFill,
58
63
description: null,
59
64
points: [
60
65
"See the data impact of every code change",
@@ -65,6 +70,7 @@ export default function DiscordPage() {
65
70
},
66
71
{
67
72
title: "Identify and fix unexpected data issues quickly",
73
+
icon: GrRun,
68
74
description: null,
69
75
points: [
70
76
"Spot any unexpected data discrepancies instantly in Impact Summaries",
@@ -75,6 +81,7 @@ export default function DiscordPage() {
75
81
},
76
82
{
77
83
title: "Seamless integration with Pull Requests",
84
+
icon: BiGitPullRequest,
78
85
description: null,
79
86
points: [
80
87
"Embeds into Pull Requests for effortless code reviews and CI/CD",
0 commit comments