File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ">
Original file line number Diff line number Diff 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 ">
You can’t perform that action at this time.
0 commit comments