Skip to content

Commit

Permalink
fixed v
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Jun 10, 2024
1 parent 9b9dc4c commit 4b63094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/frontend/src/components/ReadmeDashboard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const baseURL = import.meta.env.PUBLIC_BASE_URL;
</div>
</div>

<script is:inline src="//unpkg.com/alpinejs"></script>
<script is:inline src="//unpkg.com/alpinejs@3.0.7/dist/cdn.js"></script>
<script is:inline>
const updateBranch = () => {
const url = new URL(window.location.href);
Expand Down

0 comments on commit 4b63094

Please sign in to comment.