diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-09-04 00:11:54 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-09-04 00:11:54 +0900 |
| commit | d5d6eba0c7b2d7154fb7f6e74814a19c51e2e783 (patch) | |
| tree | bbee123d74761a73e2d4111c4c9250a53c3c0839 /nuldoc-src | |
| parent | c67a3da20d930d06f3e1c871ea9141ceba5c0447 (diff) | |
| download | blog.nsfisis.dev-main.tar.gz blog.nsfisis.dev-main.tar.zst blog.nsfisis.dev-main.zip | |
Diffstat (limited to 'nuldoc-src')
| -rw-r--r-- | nuldoc-src/pages/about.ts | 4 |
1 files changed, 2 insertions, 2 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"), ), ), ), |
