Skip to content

Commit 32b6f72

Browse files
committed
chore(landing): remove sunbyte accent and gatekeeper bypass step
Remove deprecated sunbyte color from accent palette and associated macOS installation step. Part of the rebrand to MarCode color scheme.
1 parent bf2f250 commit 32b6f72

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

apps/landing/src/components/Installation.tsx

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ const ACCENT_COLOR: Record<string, { text: string; ring: string; glow: string; d
1313
glow: "shadow-[0_0_24px_rgba(119,230,233,0.25)]",
1414
dot: "bg-fresh-syntax",
1515
},
16-
sunbyte: {
17-
text: "text-sunbyte",
18-
ring: "ring-sunbyte/30",
19-
glow: "shadow-[0_0_24px_rgba(249,214,71,0.25)]",
20-
dot: "bg-sunbyte",
21-
},
2216
"curious-sky": {
2317
text: "text-curious-sky",
2418
ring: "ring-curious-sky/30",
@@ -44,25 +38,6 @@ const STEPS: Step[] = [
4438
</>
4539
),
4640
},
47-
{
48-
title: "macOS: Bypass Gatekeeper",
49-
accent: "sunbyte",
50-
description: (
51-
<>
52-
The app isn&apos;t signed with an Apple Developer certificate yet. After the first launch
53-
warning, go to{" "}
54-
<span className="text-foreground font-medium">
55-
System Settings &rarr; Privacy &amp; Security
56-
</span>{" "}
57-
&rarr; scroll down &rarr; <span className="text-foreground font-medium">Open Anyway</span>.
58-
The code is{" "}
59-
<ExternalLink href="https://github.com/tyulyukov/marcode" color="fresh-syntax">
60-
fully open source
61-
</ExternalLink>{" "}
62-
— inspect it yourself.
63-
</>
64-
),
65-
},
6641
{
6742
title: "Install a Git Host CLI",
6843
accent: "curious-sky",

0 commit comments

Comments
 (0)