Skip to content

Commit 3fa2e92

Browse files
committed
Remove references to email
1 parent ebabc22 commit 3fa2e92

File tree

5 files changed

+8
-15
lines changed

5 files changed

+8
-15
lines changed

Diff for: src/assets/state/articles/2.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export default {
132132
Now that you know how to delete branches in Git CLI, it's time to start cleaning up your repositories! Remember to use caution when deleting branches, especially when deleting remote branches, as they can affect other collaborators working on the same project.
133133
</p>
134134
<p>
135-
We hope you found this article helpful! If you have any questions or feedback, feel free to reach out to us via <A.Link href="mailto:feedback@commitrocket.com">feedback@commitrocket.com</A.Link>. At Commit Rocket, we are <i>committed</i> to making Git simpler and faster for developers everywhere. If you're interested in learning more about our in development Git client, be sure to have a look around our website!
135+
We hope you found this article helpful! If you have any questions or feedback, feel free to reach out to us via <A.Link href="/contribute#feedback">our feedback form</A.Link>. At Commit Rocket, we are <i>committed</i> to making Git simpler and faster for developers everywhere. If you're interested in learning more about our in development Git client, be sure to have a look around our website!
136136
</p>
137137
<p>
138138
And last but not least, if you found this article useful, please share it with your fellow developers so they can benefit from it as well. Thank you for reading!

Diff for: src/assets/state/contactMethods.tsx

+1-7
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ const contactMethods: IContactMethod[] = [
2222
icon: NewsIcon,
2323
iconAlt: "Newspaper icon",
2424
},
25-
{
26-
title: "feedback@commitrocket.com",
27-
href: "mailto:feedback@commitrocket.com",
28-
icon: EnvelopeIcon,
29-
iconAlt: "Envelope icon"
30-
},
3125
{
3226
title: "Feedback Form",
3327
href: "/contribute#feedback",
@@ -38,7 +32,7 @@ const contactMethods: IContactMethod[] = [
3832
title: <>
3933
Discord <br />
4034
<span className="text-sm font-semibold text-cr-fill-contrast">
41-
(Coming Soon™)
35+
(In the future™)
4236
</span>
4337
</>,
4438
icon: DiscordIcon,

Diff for: src/assets/state/roadmap.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default [
5454
</Heading.H4>
5555
<p aria-labelledby="roadmap-early-access-release">
5656
Early access versions of Commit Rocket will be made available exclusively to our mailing list subscribers and Discord members.
57-
To ensure a smooth user experience, we encourage users to share their feedback and feature requests with us via our Discord server and <Link color="primary" href="mailto:feedback@commitrocket.com" underline>our email</Link>.
57+
To ensure a smooth user experience, we encourage users to share their feedback and feature requests with us via our <Link color="primary" href="/contribute#feedback" underline>our feedback form</Link>.
5858
As the product is still subject to changes, we appreciate our users' contributions in helping us shape the final product.
5959
</p>
6060
<Heading.H4 id="roadmap-alpha-version">

Diff for: src/assets/state/team.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ export const people = {
2727
href: "https://github.com/Rikthepixel",
2828
name: "GitHub"
2929
},
30-
{
31-
href: "mailto:rikdenbreejen@commitrocket.com",
32-
name: "Email"
33-
},
3430
{
3531
href: "https://www.rikdenbreejen.nl",
3632
name: "Website"
3733
},
3834
{
3935
href: "https://www.linkedin.com/in/rik-den-breejen-a84aa71a7/",
4036
name: "LinkedIn"
37+
},
38+
{
39+
href: "https://www.youtube.com/@RikThePixel",
40+
name: "Youtube"
4141
}
4242
]
4343
}

Diff for: src/components/pages/contribute/FeedbackSection.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ const FeedbackSection = () => {
4949
</Heading.H2>
5050
<p>
5151
We welcome your input and ideas!
52-
Feel free to share your feedback and suggestions with us through our anonymous feedback form. <br />
53-
You can also reach out to us via email at <Link color="primary" href="mailto:feedback@commitrocket.com" underline>feedback@commitrocket.com</Link>.
52+
Feel free to share your feedback and suggestions with us through our anonymous feedback form.
5453
</p>
5554
<Form
5655
aria-label="feedback-inbox"

0 commit comments

Comments
 (0)