mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-12 12:19:18 +00:00
feat(stats): add subtitle explaining visitor map count difference
This commit is contained in:
@@ -84,6 +84,7 @@ export default function VisitorMap({ locations, title }: VisitorMapProps) {
|
||||
return (
|
||||
<div className="visitor-map-container">
|
||||
{title && <h2 className="visitor-map-title">{title}</h2>}
|
||||
<p className="visitor-map-subtitle">Location-enabled sessions</p>
|
||||
<div className="visitor-map-wrapper">
|
||||
<svg
|
||||
viewBox="0 0 800 400"
|
||||
|
||||
Reference in New Issue
Block a user