mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-06 05:55:21 +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
1
Gemfile
1
Gemfile
|
@ -45,6 +45,7 @@ gem "rails-settings-cached"
|
|||
gem "tzinfo-data", platforms: %i[windows jruby]
|
||||
gem "csv"
|
||||
gem "redcarpet"
|
||||
gem "intercom-rails"
|
||||
|
||||
group :development, :test do
|
||||
gem "debug", platforms: %i[mri windows]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue