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
15 changes: 8 additions & 7 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Mao Nakamoto <41178744+maonakamoto@users.noreply.github.com> <your.email@example.com>
Mao Nakamoto <41178744+maonakamoto@users.noreply.github.com> <gbut@DESKTOP-Q45PBJ6>
Mao Nakamoto <41178744+maonakamoto@users.noreply.github.com> <butaeff@gmail.com>
Mao Nakamoto <41178744+maonakamoto@users.noreply.github.com> g-but
Mao Nakamoto <41178744+maonakamoto@users.noreply.github.com> butaeff
Mao Nakamoto <41178744+maonakamoto@users.noreply.github.com> gbut
Mao Nakamoto <41178744+maonakamoto@users.noreply.github.com> <41178744+g-but@users.noreply.github.com>
Mao Nakamoto <41178744+catomean@users.noreply.github.com> <your.email@example.com>
Mao Nakamoto <41178744+catomean@users.noreply.github.com> <gbut@DESKTOP-Q45PBJ6>
Mao Nakamoto <41178744+catomean@users.noreply.github.com> <butaeff@gmail.com>
Mao Nakamoto <41178744+catomean@users.noreply.github.com> g-but
Mao Nakamoto <41178744+catomean@users.noreply.github.com> butaeff
Mao Nakamoto <41178744+catomean@users.noreply.github.com> gbut
Mao Nakamoto <41178744+catomean@users.noreply.github.com> <41178744+g-but@users.noreply.github.com>
Claude (AI assistant) <noreply@anthropic.com> <noreply@anthropic.com>
Mao Nakamoto <41178744+catomean@users.noreply.github.com> <41178744+maonakamoto@users.noreply.github.com>
2 changes: 1 addition & 1 deletion src/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function cn(...inputs: ClassValue[]) {
* Normalizes social media URLs for proper display and linking
*
* Converts handles/usernames to full URLs for platforms that support it
* For example: "maonakamoto" on X platform becomes "https://x.com/maonakamoto"
* For example: "catomean" on X platform becomes "https://x.com/catomean"
*/
export function normalizeSocialUrl(platform: SocialPlatformId, value: string): string {
// If it's already a full URL, return as-is
Expand Down
Loading