Skip to content

Commit

Permalink
Fix the @hotwired/turbo version
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Jan 12, 2024
1 parent 7df2ba6 commit 348ffa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workbench/resources/views/components/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

{{-- Install Turbo via CDN --}}
<script type="module">
import * as Turbo from 'https://cdn.skypack.dev/@hotwired/turbo'
import * as Turbo from 'https://cdn.skypack.dev/@hotwired/turbo@7.3.0'
import { Application, Controller } from 'https://cdn.skypack.dev/@hotwired/stimulus'
import { install, uninstall } from 'https://cdn.skypack.dev/@github/hotkey'
Expand Down

0 comments on commit 348ffa7

Please sign in to comment.