Skip to content

Commit

Permalink
GitHubFooter: Use https x.com link (#94)
Browse files Browse the repository at this point in the history
Avoids a redirect and makes the URL use https: for security.
  • Loading branch information
kevinji authored Jul 16, 2024
1 parent fc33366 commit ef8114f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common_elements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function GitHubFooter(): JSX.Element {
US Census Building Permits Survey
</a>
. Created by{" "}
<a className={linkClasses} href="http://twitter.com/sidkap_">
<a className={linkClasses} href="https://x.com/sidkap_">
Sid Kapur
</a>
.
Expand Down

0 comments on commit ef8114f

Please sign in to comment.