Fixing email address

This commit is contained in:
Bradley Shellnut 2025-04-29 18:37:11 -07:00
parent 757eb762c8
commit e2b922ed14

View file

@ -4,7 +4,7 @@
const userNames = { const userNames = {
github: 'BradNut', github: 'BradNut',
linkedIn: 'bradley-shellnut', linkedIn: 'bradley-shellnut',
email: 'bradleyshellnut[at]pm.me', email: 'website[at]bradleyshellnut.com',
}; };
</script> </script>