fix pricing chart display and wordage

This commit is contained in:
Chris Zhu
2025-02-21 15:42:58 -08:00
parent 89c33b16b1
commit d4ba1ea5d2
4 changed files with 4 additions and 4 deletions
@@ -29,6 +29,7 @@ export default class extends Controller {
// Add keyboard navigation event listener
document.addEventListener('keydown', (e) => {
const searchModal = document.getElementById("search_modal");
if (!searchModal) return;
if (!searchModal.open) return;
if (e.key === 'ArrowDown' || e.key === 'ArrowUp') {
@@ -9,7 +9,6 @@ import { Controller } from "@hotwired/stimulus"
export default class extends Controller {
static targets = ["typing"]
connect() {
console.log("Hello");
const typed = new Typed(this.typingTarget, {
strings: [
'<b style="color: #7F4B8B">Sentry</b>',