Skip to content

Commit

Permalink
Adding melkey instead of melkeydev
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkeydev committed Dec 6, 2024
1 parent 1c3f13d commit 30bf029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/Twitch/TwitchStream.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { useToggleTwitch } from "@Store";
export const TwitchStream = () => {
const { isTwitchToggled, isTwitchShown, setIsTwitchToggled } = useToggleTwitch();
const [inputText, setInputText] = useState("");
const [twitchStreamer, setTwitchStreamer] = useState("melkeydev");
const [twitchStreamer, setTwitchStreamer] = useState("melkey");
const [parentHostName, setParentHostName] = useState("astrostation.me");

// doing this for convenience (we don't have a real staging env)
Expand Down

0 comments on commit 30bf029

Please sign in to comment.