Skip to content

Commit ad47347

Browse files
committed
refactor: change taglines and names
1 parent 3af62e2 commit ad47347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/maps/map-example/map-example.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class MapExampleComponent implements OnInit {
7575

7676
const contentString =
7777
'<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>";
78+
"<p>A beautiful UI Kit and Admin for Tailwind CSS. It is Free and Open Source.</p></div>";
7979

8080
const infowindow = new google.maps.InfoWindow({
8181
content: contentString,

0 commit comments

Comments
 (0)