Update SessionList component with corrected link to user profile

- Changed the href attribute in the SessionList component from an incorrect user profile link to the correct one for improved navigation.
This commit is contained in:
Luciano Castillo
2026-01-26 12:57:10 -05:00
parent d7e79bee5d
commit 0a195e4e73
+1 -1
View File
@@ -229,7 +229,7 @@ export function SessionList({
</a>
<a
href="https://x.com/luccast"
href="https://x.com/luccasveg"
target="_blank"
rel="noreferrer"
className="inline-flex items-center gap-1 text-neon-mint hover:text-neon-mint/80 transition-colors"