Skip to content

Commit

Permalink
update image
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhauck committed May 19, 2023
1 parent 382ec1d commit 4acd0fb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed src/assets/data/images/generic.png
Binary file not shown.
Binary file added src/assets/data/images/onboarding.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/public-notification/public-notification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ export class PublicNotification {
await this._getTranslations();
await this._initModules();
this._initSymbols();
this._onboardingImageUrl = getAssetPath(`../assets/data/images/generic.png`);
this._onboardingImageUrl = getAssetPath(`../assets/data/images/onboarding.png`);
}

/**
Expand Down

0 comments on commit 4acd0fb

Please sign in to comment.