Skip to content

Commit

Permalink
add analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Hand committed Jul 29, 2022
1 parent aefc562 commit 28785e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Parking Jawn</title>
<script src="https://unpkg.com/@mapbox/leaflet-pip@latest/leaflet-pip.js"></script>
<script defer data-domain="parkingjawn.com" src="https://plausible.io/js/script.hash.js"></script>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Dashboard/InfoTooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function closeTooltip() {
:class="{ flex: showTooltip, hidden: !showTooltip }"
>
<font-awesome-icon class="-mb-4 text-3xl" icon="fa-solid fa-caret-up" />
<div class="text-white p-2 rounded bg-slate-700 max-w-[250px] w-fit">
<div class="text-white p-2 rounded bg-slate-700 max-w-[250px]">
<div class="text-sm">{{ description }}</div>
</div>
</div>
Expand Down

0 comments on commit 28785e4

Please sign in to comment.