From c13dfabd47fb63466488fa4d23ac31b265372a84 Mon Sep 17 00:00:00 2001 From: trinkey Date: Sun, 9 Mar 2025 10:53:02 -0400 Subject: [PATCH] fix pronouns --- index.html | 2 +- js/shell.js | 2 +- no-cmd.html | 2 +- no-js.html | 4 ++-- ts/shell.ts | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 0142120..a81b0ae 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ - + diff --git a/js/shell.js b/js/shell.js index da224e3..40c667f 100644 --- a/js/shell.js +++ b/js/shell.js @@ -222,7 +222,7 @@ const _internal_defaultFiles = { about: `
hi there! i'm trinkey!
--------------------
i'm a silly little kitty cat who lives in the usa (sadly).
-
i'm trans (she/her, they/them and it/its are also fine).
+
i'm trans (she/it, they/them is also fine).
i'm not actively in a relationship, however i'm also not looking to get into one either.
--------------------
i like to code stuff (mostly websites)! some of my programs can be found in projects section. i know a few languages, those being python, javascript/typescript, html/css (if you count those), and a little bit of java.
diff --git a/no-cmd.html b/no-cmd.html index 7b0bd83..6dfa5ac 100644 --- a/no-cmd.html +++ b/no-cmd.html @@ -8,7 +8,7 @@ - + diff --git a/no-js.html b/no-js.html index d7b4a6e..2a49288 100644 --- a/no-js.html +++ b/no-js.html @@ -7,7 +7,7 @@ - + @@ -29,7 +29,7 @@
hi there! i'm trinkey!
--------------------
i'm a silly little kitty cat who lives in the usa (sadly).
-
i'm trans (she/her, they/them and it/its are also fine).
+
i'm trans (she/it, they/them is also fine).
i'm not actively in a relationship, however i'm also not looking to get into one either.
--------------------
i like to code stuff (mostly websites)! some of my programs can be found on the projects section. i know a few languages, those being python, javascript/typescript, html/css (if you count those), and a little bit of java.
diff --git a/ts/shell.ts b/ts/shell.ts index f125c5a..a21b0e7 100644 --- a/ts/shell.ts +++ b/ts/shell.ts @@ -267,7 +267,7 @@ const _internal_defaultFiles: StringDict = { about: `
hi there! i'm trinkey!
--------------------
i'm a silly little kitty cat who lives in the usa (sadly).
-
i'm trans (she/her, they/them and it/its are also fine).
+
i'm trans (she/is, they/them is also fine).
i'm not actively in a relationship, however i'm also not looking to get into one either.
--------------------
i like to code stuff (mostly websites)! some of my programs can be found in projects section. i know a few languages, those being python, javascript/typescript, html/css (if you count those), and a little bit of java.