Skip to content

Commit fd07cb8

Browse files
committed
update features
1 parent 173c892 commit fd07cb8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/assets/Features.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,14 @@ export const Brands: Record<Exclude<BrandKey, "studio">, BrandInfo> & {
6060
const { ignite, canvas, studio, mastery, instructure } = Brands;
6161

6262
const RawFeatures: RawFeaturesType = {
63-
Discovery: [],
63+
Discovery: [
64+
{
65+
color: canvas.color,
66+
icon: canvas.icon,
67+
id: "canvas_admin_experience",
68+
label: "Canvas Admin Experience",
69+
},
70+
],
6471
"Early Adopter": [
6572
{
6673
id: "rubric_generator",

0 commit comments

Comments
 (0)