Skip to content

Commit

Permalink
Merge pull request Expensify#39997 from ShridharGoel/splash-theme
Browse files Browse the repository at this point in the history
Update splash theme for web
  • Loading branch information
grgia authored Apr 11, 2024
2 parents 8f90c25 + ca40824 commit 729bcca
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 5 deletions.
32 changes: 31 additions & 1 deletion assets/images/new-expensify-adhoc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 27 additions & 1 deletion assets/images/new-expensify-dev.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 35 additions & 1 deletion assets/images/new-expensify-stg.svg
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 config/webpack/webpack.common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const includeModules = [
].join('|');

const environmentToLogoSuffixMap: Record<string, string> = {
production: '',
production: '-dark',
staging: '-stg',
dev: '-dev',
adhoc: '-adhoc',
Expand Down
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
left: 0;
right: 0;
top: 0;
background-color: #061B09;
background-color: #03D47C;
width: 100%;
height: 100%;
display: flex;
Expand Down

0 comments on commit 729bcca

Please sign in to comment.