favicon & json data

This commit is contained in:
2024-04-07 19:46:58 +02:00
parent e5b7779492
commit fb69d2e4b3
13 changed files with 7766 additions and 23 deletions

View File

@@ -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';
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@@ -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>