change my title on the footer to 'Community Manager'

This commit is contained in:
NotAShelf 2024-10-09 19:24:55 +03:00
parent 3c7ea5f75d
commit 17d4c45122
No known key found for this signature in database
GPG key ID: AF26552424E53993

View file

@ -9,7 +9,7 @@
/** @type {[string, string, string, string]} */
let team = [
['Fufexan', 'Supporting Developer', 'cyan', 'https://github.com/fufexan'],
['NotAShelf', 'Real Chad', 'teal', 'https://github.com/NotAShelf'],
['NotAShelf', 'Community Manager', 'teal', 'https://github.com/NotAShelf'],
['VDawg', 'Webdesign-and dev', 'emerald', 'https://github.com/Visual-Dawg']
]
function createRole(role, color) {