Skip to content

Commit

Permalink
Update about view
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed Sep 28, 2024
1 parent f39551e commit e4cc942
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class AboutViewComponent implements OnInit, AfterViewInit, OnDestroy {
try {
const client = await getClient();
const response = await client.get<{ [tier: string]: string[] }>(
'https://europe-west1-oyasumivr.cloudfunctions.net/getSupporters'
'https://getsupporters-fgf7bxmuba-ew.a.run.app'
);
if (response.ok) {
await this.supporterCache.set(
Expand Down
Binary file modified src-ui/assets/img/about_bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e4cc942

Please sign in to comment.