We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af62e2 commit ad47347Copy full SHA for ad47347
src/app/components/maps/map-example/map-example.component.ts
@@ -75,7 +75,7 @@ export class MapExampleComponent implements OnInit {
75
76
const contentString =
77
'<div class="info-window-content"><h2>Notus Angular</h2>' +
78
- "<p>A beautiful Dashboard for Bootstrap 4. It is Free and Open Source.</p></div>";
+ "<p>A beautiful UI Kit and Admin for Tailwind CSS. It is Free and Open Source.</p></div>";
79
80
const infowindow = new google.maps.InfoWindow({
81
content: contentString,
0 commit comments