favicon & json data
This commit is contained in:
@@ -119,7 +119,6 @@ export class EditListingComponent {
|
||||
sessionStorage.setItem('uuid', uuid);
|
||||
this.listing = createGenericObject<BusinessListing>();
|
||||
this.listing.id = uuid
|
||||
this.listing.temporary = true;
|
||||
this.listing.userId = this.user.id
|
||||
this.listing.listingsCategory = 'business';
|
||||
}
|
||||
|
||||
BIN
bizmatch/src/assets/cropped-Favicon-32x32.png
Normal file
BIN
bizmatch/src/assets/cropped-Favicon-32x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
bizmatch/src/assets/favicon.png
Normal file
BIN
bizmatch/src/assets/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB |
BIN
bizmatch/src/favicon.png
Normal file
BIN
bizmatch/src/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.0 KiB |
@@ -17,12 +17,10 @@
|
||||
<meta property="og:image:width" content="1200">
|
||||
<meta property="og:image:height" content="630">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="generator" content="WordPress 5.4.9">
|
||||
<base href="/">
|
||||
<!-- <link rel="icon" type="image/x-icon" href="favicon.ico"> -->
|
||||
<link rel="icon" href="cropped-Favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" href="cropped-Favicon-192x192.png" sizes="192x192">
|
||||
<link rel="apple-touch-icon" href="cropped-Favicon-180x180.png">
|
||||
<link rel="icon" href="assets/cropped-Favicon-32x32.png" sizes="32x32">
|
||||
<!-- <link rel="icon" href="cropped-Favicon-192x192.png" sizes="192x192"> -->
|
||||
<!-- <link rel="apple-touch-icon" href="cropped-Favicon-180x180.png"> -->
|
||||
</head>
|
||||
<body>
|
||||
<app-root></app-root>
|
||||
|
||||
Reference in New Issue
Block a user