Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .claude/settings.json

This file was deleted.

53 changes: 0 additions & 53 deletions .cursor/rules/git-workflow.mdc

This file was deleted.

4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ next-env.d.ts

# Sentry Config File
.env.sentry-build-plugin

# AI assistant configs
.claude
.cursor
17 changes: 8 additions & 9 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default async function Home() {
>
here
</a>
!
! (You may need to refresh the page to see the latest data:D)
</p>
</div>

Expand Down Expand Up @@ -118,7 +118,7 @@ export default async function Home() {
</svg>
</a>
<a
href="https://x.com/kaiiiichen37"
href="https://x.com/kaichen37"
target="_blank"
rel="noopener noreferrer"
aria-label="X"
Expand All @@ -139,16 +139,15 @@ export default async function Home() {
</svg>
</a>
<a
href="https://signal.me/#p/kaiiiichen.37"
href="https://t.me/kaiiiichen"
target="_blank"
rel="noopener noreferrer"
aria-label="Signal"
aria-label="Telegram"
className="text-zinc-700 dark:text-zinc-300 opacity-35 hover:opacity-100 transition-opacity duration-300 ease-out"
>
<img
src="/Signal-Logo-Black.svg"
alt="Signal"
className="w-5 h-5 opacity-35 hover:opacity-100 transition-opacity duration-300 ease-out"
/>
<svg width="22" height="22" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm5.894 8.221-1.97 9.28c-.145.658-.537.818-1.084.508l-3-2.21-1.446 1.394c-.16.16-.295.295-.605.295l.213-3.053 5.56-5.022c.242-.213-.054-.334-.373-.121l-6.87 4.326-2.96-.924c-.64-.203-.66-.64.135-.954l11.566-4.458c.538-.196 1.006.128.832.939z" />
</svg>
</a>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion public/Signal-Logo-Black.svg

This file was deleted.

Loading