Skip to content

Commit 6f0ab53

Browse files
authored
Update sitemaplinks.html
1 parent 04d1b9c commit 6f0ab53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Wiki/sitemaplinks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ <h3>${wiki.title}</h3>
242242

243243
// Check if user is the owner or admin
244244
const isOwnerOrAdmin = (owner) => {
245-
return owner === username || username === "krxzy_krxzy" || username === "myscratchedaccount" || username === "mcgdj";
245+
return owner === username || username === "kRxZy_kRxZy" || username === "MyScratchedAccount" || username === "mcgdj";
246246
};
247247

248248
// Create a new wiki

0 commit comments

Comments
 (0)