diff --git a/app/assets/images/google-sheets-icon.svg b/app/assets/images/google_sheets-icon.svg similarity index 100% rename from app/assets/images/google-sheets-icon.svg rename to app/assets/images/google_sheets-icon.svg diff --git a/app/views/forms/new.html.erb b/app/views/forms/new.html.erb index 397d969..d529f29 100644 --- a/app/views/forms/new.html.erb +++ b/app/views/forms/new.html.erb @@ -9,7 +9,7 @@
- Link your online forms to <%= image_tag 'google-sheets-icon.svg' %> Google Sheets or <%= image_tag 'airtable-icon.svg' %> Airtable and receive form submissions in your favorite spreadsheet tool. + Link your online forms to <%= image_tag 'google_sheets-icon.svg' %> Google Sheets or <%= image_tag 'airtable-icon.svg' %> Airtable and receive form submissions in your favorite spreadsheet tool.
<%= link_to "Get started", signup_url, class: 'is-uppercase button is-rounded is-primary has-text-white a-menu' %>