Remove Intercom integration (#51)

* Remove Intercom integration

* New Sure name

* More documentation/Discord link updates

* Bump to 0.6.1

* More copy fixes/Sure branding

* Make LLMs happy
This commit is contained in:
Juan José Mata
2025-08-01 10:47:48 -07:00
committed by GitHub
parent d04c87449d
commit 656f7e9495
11 changed files with 29 additions and 174 deletions

View File

@@ -1,8 +0,0 @@
import { Controller } from "@hotwired/stimulus";
// Connects to data-controller="intercom"
export default class extends Controller {
show() {
Intercom("show");
}
}