Skip to content

Commit e18d92c

Browse files
committed
Merge branch 'develop'
2 parents 0924bcb + f655849 commit e18d92c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/donate/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1 class="font-h1 mb-8">{{ .Title }}</h1>
1919
</div>
2020
</div>
2121

22-
<div x-data="{showTab: location.hash}" @hashchange.window="showTab = location.hash" class="flex flex-col space-y-4 w-full relative lg:h-412px">
22+
<div x-data="{showTab: location.hash}" x-init="location.hash = showTab || '#paypal'" @hashchange.window="showTab = location.hash" class="flex flex-col space-y-4 w-full relative lg:h-412px">
2323
{{ range .Pages }}
2424
<div class="space-y-2 lg:space-y-0">
2525
<div class="w-full lg:pr-3 lg:w-1/2">

layouts/supporter-cert/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1 class="font-h1 mb-8">{{ .Title }}</h1>
1919
</div>
2020
</div>
2121

22-
<div x-data="{showTab: location.hash}" @hashchange.window="showTab = location.hash" class="flex flex-col space-y-4 w-full relative">
22+
<div x-data="{showTab: location.hash}" x-init="location.hash = showTab || '#funder'" @hashchange.window="showTab = location.hash" class="flex flex-col space-y-4 w-full relative">
2323
{{ range .Pages }}
2424
<div class="space-y-2 lg:space-y-0">
2525
<div class="w-full lg:pr-3 lg:w-1/2">

0 commit comments

Comments
 (0)