diff options
| -rw-r--r-- | nuldoc-src/pages/about.ts | 4 | ||||
| -rw-r--r-- | public/about/index.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/nuldoc-src/pages/about.ts b/nuldoc-src/pages/about.ts index 504d06f..acba113 100644 --- a/nuldoc-src/pages/about.ts +++ b/nuldoc-src/pages/about.ts @@ -85,7 +85,7 @@ export async function generateAboutPage( el( "a", [["href", "https://twitter.com/nsfisis"]], - text("Twitter (@nsfisis)"), + text("Twitter (現 𝕏): @nsfisis"), ), ), el( @@ -94,7 +94,7 @@ export async function generateAboutPage( el( "a", [["href", "https://github.com/nsfisis"]], - text("GitHub (@nsfisis)"), + text("GitHub: @nsfisis"), ), ), ), diff --git a/public/about/index.html b/public/about/index.html index 6f65ec6..3c33491 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -60,10 +60,10 @@ <h2>アカウント</h2> <ul> <li> - <a href="https://twitter.com/nsfisis">Twitter (@nsfisis)</a> + <a href="https://twitter.com/nsfisis">Twitter (現 𝕏): @nsfisis</a> </li> <li> - <a href="https://github.com/nsfisis">GitHub (@nsfisis)</a> + <a href="https://github.com/nsfisis">GitHub: @nsfisis</a> </li> </ul> </section> |
