From fafd850cebc26814ac42e794f272c4f39faf8625 Mon Sep 17 00:00:00 2001 From: Lucas Bubner Date: Sat, 24 Feb 2024 20:05:17 +1030 Subject: [PATCH] Username update --- README.md | 6 +++--- src/Firebase.ts | 2 +- src/chat/Login.tsx | 2 +- src/windows/About.tsx | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 395f067..6087ade 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # The Bunyip Bellower Project -This repository is a running demo version of the archived [BunyipsChatapp](https://github.com/hololb/BunyipsChatapp). +This repository is a running demo version of the archived [BunyipsChatapp](https://github.com/bubner/BunyipsChatapp). -The Bunyip Bellower project is based off our original [Bunyips Chatapp](https://github.com/hololb/BunyipsChatapp), a solution we developed to tackle the issue and raise awareness of the ineffective communication methods offered to us as a school-based robotics club.
+The Bunyip Bellower project is based off our original [Bunyips Chatapp](https://github.com/bubner/BunyipsChatapp), a solution we developed to tackle the issue and raise awareness of the ineffective communication methods offered to us as a school-based robotics club.
This project has since gone on to win the Student and Education category at the [SA/NT iAwards ceremony](https://aiia.com.au/iaward/2023-sa-nt-winners-and-merit-recipients/) and has been merited at the [National Australian iAwards](https://aiia.com.au/event/2023-national-iawards-ceremony/) on August 31st, 2023.

@@ -11,4 +11,4 @@ This project has since gone on to win the Student and Education category at the - Firebase backend (Authentication, Realtime Database, Cloud Storage, Hosting) - lachlan paul css -###### Copyright (c) Lucas Bubner [@hololb](https://github.com/hololb) & Lachlan Paul [@BanjoTheBot](https://github.com/BanjoTheBot), 2023, under the [MIT License](https://raw.githubusercontent.com/Murray-Bridge-Bunyips/BunyipBellower/prod/LICENSE). +###### Copyright (c) Lucas Bubner [@bubner](https://github.com/bubner) & Lachlan Paul [@BanjoTheBot](https://github.com/BanjoTheBot), 2023, under the [MIT License](https://raw.githubusercontent.com/Murray-Bridge-Bunyips/BunyipBellower/prod/LICENSE). diff --git a/src/Firebase.ts b/src/Firebase.ts index e1b7874..706ebc8 100755 --- a/src/Firebase.ts +++ b/src/Firebase.ts @@ -279,7 +279,7 @@ export async function uploadMsg(formVal: string): Promise { return; } - // Query the message profanity level with https://github.com/hololb/ProfanityAPI + // Query the message profanity level with https://github.com/bubner/ProfanityAPI let analysis = await Promise.race([ fetch("https://profanityapi.vercel.app/?f=" + formVal) .then((res) => res.json()) diff --git a/src/chat/Login.tsx b/src/chat/Login.tsx index 966fd9c..adead71 100755 --- a/src/chat/Login.tsx +++ b/src/chat/Login.tsx @@ -43,7 +43,7 @@ function Login() {

Application developed by
- Lucas Bubner @hololb
+ Lucas Bubner @bubner
Lachlan Paul @BanjoTheBot

diff --git a/src/windows/About.tsx b/src/windows/About.tsx index c5c62c2..624e675 100644 --- a/src/windows/About.tsx +++ b/src/windows/About.tsx @@ -37,9 +37,9 @@ function About() { rel="noreferrer" target="_blank" className="ghlink" - href="https://github.com/hololb/" + href="https://github.com/bubner/" > - @hololb + @bubner Lead programmer and backend manager