diff --git a/src/components/ReactIcons/HackerNewsIcon.tsx b/src/components/ReactIcons/HackerNewsIcon.tsx
new file mode 100644
index 000000000..bd2994df2
--- /dev/null
+++ b/src/components/ReactIcons/HackerNewsIcon.tsx
@@ -0,0 +1,20 @@
+import { cn } from '../../lib/classname';
+
+interface HackerNewsIconProps {
+ className?: string;
+}
+
+export function HackerNewsIcon(props: HackerNewsIconProps) {
+ const { className } = props;
+
+ return (
+
+ );
+}
diff --git a/src/components/ReactIcons/RedditIcon.tsx b/src/components/ReactIcons/RedditIcon.tsx
new file mode 100644
index 000000000..506615454
--- /dev/null
+++ b/src/components/ReactIcons/RedditIcon.tsx
@@ -0,0 +1,20 @@
+import { cn } from '../../lib/classname';
+
+interface RedditIconProps {
+ className?: string;
+}
+
+export function RedditIcon(props: RedditIconProps) {
+ const { className } = props;
+
+ return (
+
+ );
+}
diff --git a/src/components/ReactIcons/TwitterIcon.tsx b/src/components/ReactIcons/TwitterIcon.tsx
index 05e6a5683..bb8c1f3d6 100644
--- a/src/components/ReactIcons/TwitterIcon.tsx
+++ b/src/components/ReactIcons/TwitterIcon.tsx
@@ -18,7 +18,7 @@ export function TwitterIcon(props: TwitterIconProps) {
Frontend development is a vast field with a lot of tools and - technologies. We have the frontend roadmap - which is filled with a lot of free and good resources to help you learn. But sometimes it helps to have a minimalistic list of courses - and project recommendations to help you get started. + technologies. We have the frontend roadmap + which is filled with a lot of free and good resources to help you learn. But sometimes it helps to have a minimalistic + list of courses and project recommendations to help you get started.
-- Below are some of the best courses (paid) and projects to help you learn frontend development. These are handpicked and are a great way to get started. +
+ Below are some of the best courses (paid) and projects to help you + learn frontend development. These are handpicked and are a great way + to get started.
- Please note that these are paid courses curated from external platforms. We earn a small commission if you purchase the course using the links below. This helps us maintain the website and keep it free for everyone. + Please note that these are paid courses curated from external + platforms. We earn a small commission if you purchase the course + using the links below. This helps us maintain the website and keep + it free for everyone.
- If you are looking for free resources, you can check out the frontend roadmap. Also, we have a list of projects that you can work on to enhance your skills. + If you are looking for free resources, you can check out the frontend roadmap. Also, we have a list of projects that you can work on to enhance your skills.