diff --git a/apps/nextjs/src/app/_components/SideMenu.tsx b/apps/nextjs/src/app/_components/SideMenu.tsx
index 8acbd1b3..7f09fef6 100644
--- a/apps/nextjs/src/app/_components/SideMenu.tsx
+++ b/apps/nextjs/src/app/_components/SideMenu.tsx
@@ -13,7 +13,7 @@ import Gamepad from "@/icons/gamepad.svg";
import LordsIcon from "@/icons/lords.svg";
import RWLogo from "@/icons/rw-logo.svg";
import SideHeaderImg from "@/icons/side-header.svg";
-import { Github, Twitter, User } from "lucide-react";
+import { Github, Newspaper, Twitter, User } from "lucide-react";
import { Button } from "@realms-world/ui/components/ui/button";
import { ScrollArea } from "@realms-world/ui/components/ui/scroll-area";
@@ -42,6 +42,11 @@ const Sidebar = () => {
href: "/events",
icon: ,
},
+ {
+ name: "Blog",
+ href: "/blogs",
+ icon: ,
+ },
{
name: "Account",
href: "/account",