Skip to content

Commit

Permalink
Username update
Browse files Browse the repository at this point in the history
bubner committed Feb 24, 2024
1 parent 430ca6b commit fafd850
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.<br>
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.<br>

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.
<br> <br>
@@ -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).
2 changes: 1 addition & 1 deletion src/Firebase.ts
Original file line number Diff line number Diff line change
@@ -279,7 +279,7 @@ export async function uploadMsg(formVal: string): Promise<void> {
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())
2 changes: 1 addition & 1 deletion src/chat/Login.tsx
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ function Login() {
<br /> <br />
<h6>
<b>Application developed by</b> <br />
Lucas Bubner <a href="https://github.com/hololb/"> @hololb</a> <br />
Lucas Bubner <a href="https://github.com/bubner/"> @bubner</a> <br />
Lachlan Paul <a href="https://github.com/BanjoTheBot/"> @BanjoTheBot</a> <br />
</h6>
<br />
4 changes: 2 additions & 2 deletions src/windows/About.tsx
Original file line number Diff line number Diff line change
@@ -37,9 +37,9 @@ function About() {
rel="noreferrer"
target="_blank"
className="ghlink"
href="https://github.com/hololb/"
href="https://github.com/bubner/"
>
@hololb
@bubner
</a>
</td>
<td>Lead programmer and backend manager</td>

0 comments on commit fafd850

Please sign in to comment.