diff --git a/app/views/icons/_brand_openai.html.erb b/app/views/icons/_brand_openai.html.erb new file mode 100644 index 000000000..13f3aff38 --- /dev/null +++ b/app/views/icons/_brand_openai.html.erb @@ -0,0 +1,9 @@ + diff --git a/app/views/shared/_settings_nav.html.erb b/app/views/shared/_settings_nav.html.erb index 12b8efa6b..872796506 100644 --- a/app/views/shared/_settings_nav.html.erb +++ b/app/views/shared/_settings_nav.html.erb @@ -118,11 +118,13 @@ <%= svg_icon('brand_discord', class: 'w-8 h-8') %> -
+ <%= content_for(:gpt_link) || capture do %> + + <% end %> <%= Docuseal::SUPPORT_EMAIL %> diff --git a/lib/docuseal.rb b/lib/docuseal.rb index f58ae2b6f..fc3ea6fc7 100644 --- a/lib/docuseal.rb +++ b/lib/docuseal.rb @@ -11,6 +11,7 @@ module Docuseal DISCORD_URL = 'https://discord.gg/qygYCDGck9' TWITTER_URL = 'https://twitter.com/docusealco' TWITTER_HANDLE = '@docusealco' + CHATGPT_URL = 'https://chatgpt.com/g/g-9hg8AAw0r-docuseal' SUPPORT_EMAIL = 'support@docuseal.co' HOST = ENV.fetch('HOST', 'localhost') CONSOLE_URL = if Rails.env.development?