feat: update assets and manifest settings
|
|
@ -137,7 +137,7 @@
|
|||
*ngIf="showSuccessAnimation">
|
||||
<mat-icon>wb_sunny</mat-icon>
|
||||
<div class="unicorn-wrapper">
|
||||
<img src="img/unicorn.png"
|
||||
<img src="assets/unicorn.png"
|
||||
class="unicorn">
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 6.9 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 6.2 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 9.2 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 792 B After Width: | Height: | Size: 3 KiB |
|
Before Width: | Height: | Size: 958 B After Width: | Height: | Size: 4.5 KiB |
BIN
src/assets/unicorn.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
|
|
@ -3,9 +3,10 @@
|
|||
"short_name": "sp2",
|
||||
"theme_color": "#1976d2",
|
||||
"background_color": "#fafafa",
|
||||
"start_url": "/index.html",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait-primary",
|
||||
"scope": "/",
|
||||
"start_url": "/",
|
||||
"allowJsEval": true,
|
||||
"icons": [
|
||||
{
|
||||
|
|
|
|||