Skip to content

Commit

Permalink
refactor: Added smaller font and italic to GithubUserLink's error mes…
Browse files Browse the repository at this point in the history
…sage
  • Loading branch information
EGAMAGZ committed Jan 17, 2025
1 parent f805176 commit b72a1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/islands/GithubUserLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function GitHubUserLink({ user }: { user?: User }) {
});

if (error.value) {
return <span>Could not load GitHub username</span>;
return <span class="italic text-[0.625rem]">Could not load GitHub username</span>
}

return login.value == ""
Expand Down

0 comments on commit b72a1df

Please sign in to comment.