Skip to content

Commit

Permalink
deploy: 48e204c
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Apr 9, 2024
1 parent b7a0886 commit 61980ed
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 3 deletions.
Binary file added icon144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon310x310.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon36x36.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/e2e-banking-app/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/e2e-banking-app/vite.svg">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="manifest" href="/manifest.json">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<script type="module" crossorigin src="/e2e-banking-app/assets/index-B7VG3bej.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"power-pay-frontend","short_name":"power-pay-frontend","start_url":"/e2e-banking-app/","display":"standalone","background_color":"#ffffff","lang":"en","scope":"/e2e-banking-app/"}
{"name":"PPA","short_name":"PPA","start_url":"/e2e-banking-app/","display":"standalone","background_color":"#ffffff","lang":"en","scope":"/e2e-banking-app/","theme_color":"#ffffff","icons":[{"src":"/public/icon36x36.png","sizes":"36x36","type":"image/png"},{"src":"/public/icon48x48.png","sizes":"48x48","type":"image/png"},{"src":"/public/icon310x310.png","sizes":"310x310","type":"image/png","purpose":"any"},{"src":"/public/icon144x144.png","sizes":"144x144","type":"image/png","purpose":"maskable"}]}
2 changes: 1 addition & 1 deletion sw.js

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

0 comments on commit 61980ed

Please sign in to comment.