Skip to content

Commit

Permalink
Add gofundme
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-murray committed Sep 3, 2024
1 parent 0dff8c4 commit 3b06d30
Show file tree
Hide file tree
Showing 2 changed files with 306 additions and 269 deletions.
2 changes: 1 addition & 1 deletion src/components/ChatFeed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const iframeSrc = ref("");
const chatScrollContainer = ref(null);
const url = new URL(window.location.href);
const channel = url.searchParams.get("channel");
const channel = url.searchParams.get("channel") ?? 'pablogz205';
const size = url.searchParams.get("size") ?? 1;
const font = url.searchParams.get("font") ?? 1;
iframeSrc.value = `https://www.giambaj.it/twitch/jchat/v2/?channel=${channel}&size=${size}&font=${font}`;
Expand Down
Loading

0 comments on commit 3b06d30

Please sign in to comment.