mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-07 06:25:19 +02:00
Intercom integration (#1267)
* Intercom integration Includes if/else statements for various ways to reach out. Also, github/discord icons updated to SVG. * Update app/views/layouts/_sidebar.html.erb Co-authored-by: Zach Gollwitzer <zach@maybe.co> Signed-off-by: Josh Pigford <josh@joshpigford.com> * Update app/views/pages/feedback.html.erb Co-authored-by: Zach Gollwitzer <zach@maybe.co> Signed-off-by: Josh Pigford <josh@joshpigford.com> * Family = Company in Intercom --------- Signed-off-by: Josh Pigford <josh@joshpigford.com> Co-authored-by: Zach Gollwitzer <zach@maybe.co>
This commit is contained in:
parent
591d149da9
commit
ffd54e4065
9 changed files with 147 additions and 10 deletions
|
@ -207,6 +207,8 @@ GEM
|
|||
inline_svg (1.10.0)
|
||||
activesupport (>= 3.0)
|
||||
nokogiri (>= 1.6)
|
||||
intercom-rails (1.0.1)
|
||||
activesupport (> 4.0)
|
||||
io-console (0.7.2)
|
||||
irb (1.14.1)
|
||||
rdoc (>= 4.0.0)
|
||||
|
@ -484,6 +486,7 @@ DEPENDENCIES
|
|||
image_processing (>= 1.2)
|
||||
importmap-rails
|
||||
inline_svg
|
||||
intercom-rails
|
||||
letter_opener
|
||||
lucide-rails!
|
||||
mocha
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue