Clean up: Remove debug text from map component

This commit is contained in:
2026-02-14 14:37:06 -05:00
parent adb510b2f8
commit 52591fb5e3

View File

@@ -2,7 +2,6 @@
<div class="map-column">
<h2>Interactive World Map</h2>
<div class="map-container">
<p>Map will load here</p>
<app-map-svg (countryClick)="onCountrySelected($event)"></app-map-svg>
</div>
</div>