feat: add discord box

This commit is contained in:
2026-05-30 18:24:03 -03:00
parent ebe0842759
commit 9a2d73a6cb
+6
View File
@@ -2,6 +2,7 @@
import { useState } from 'react';
import './page.css';
import { DiscordStatus } from './components/discordstatus';
const TWITTER_LINK = "https://x.com/neruu444"
const DISCORD_USER = "neru444"
@@ -27,6 +28,11 @@ function Content() {
<a href={STEAM_LINK} style={{ cursor: 'pointer' }}>steam</a>
</nav>
<section className="content-box">
<h2 className="title"> discord </h2>
<DiscordStatus userId={DISCORD_ID} />
</section>
<section className="content-box">
<h2 className="title"> projects im currently working on </h2>
<ul className="directory">