Skip to content

Commit

Permalink
Merge with main.
Browse files Browse the repository at this point in the history
  • Loading branch information
JosueMagnus12 committed Jan 25, 2024
2 parents 33af272 + 8308b91 commit a040599
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
bin/rails db:prepare
- name: Install Node packages
run: |
bin/yarn install
bin/yarn install --ignore-engines
- name: Run tests
run: |
bundle exec rspec --fail-fast -exclude-pattern ./spec/system/admin_organization_system_spec.rb
Expand Down
5 changes: 0 additions & 5 deletions app/views/home/index.html.slim
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/ - content_for :head do
/ // Event snippet for Website traffic conversion page
/ javascript:
/ gtag('event', 'conversion', {'send_to': 'AW-11382454124/o0V1CIzO2O8YEOzuybMq'});
main
section class="relative bg-electric-teal hidden" data-controller="banner" data-banner-target="banner"
div class="flex max-w-3xl mx-auto py-7 md:py-8"
Expand Down

0 comments on commit a040599

Please sign in to comment.