Close terms of use & mobile menu home page on login
This commit is contained in:
@@ -34,6 +34,17 @@
|
||||
</svg>
|
||||
Privacy Statement
|
||||
</h5>
|
||||
<button
|
||||
type="button"
|
||||
data-drawer-hide="privacy"
|
||||
aria-controls="privacy"
|
||||
class="text-gray-400 bg-transparent hover:bg-gray-200 hover:text-gray-900 rounded-lg text-sm w-8 h-8 absolute top-2.5 end-2.5 flex items-center justify-center dark:hover:bg-gray-600 dark:hover:text-white"
|
||||
>
|
||||
<svg class="w-3 h-3" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14">
|
||||
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m1 1 6 6m0 0 6 6M7 7l6-6M7 7l-6 6" />
|
||||
</svg>
|
||||
<span class="sr-only">Close menu</span>
|
||||
</button>
|
||||
<section id="content" role="main">
|
||||
<article id="post-2" class="post-2 page type-page status-publish hentry pmpro-has-access">
|
||||
<section class="entry-content">
|
||||
@@ -238,6 +249,17 @@
|
||||
</svg>
|
||||
Terms of use
|
||||
</h5>
|
||||
<button
|
||||
type="button"
|
||||
data-drawer-hide="terms-of-use"
|
||||
aria-controls="terms-of-use"
|
||||
class="text-gray-400 bg-transparent hover:bg-gray-200 hover:text-gray-900 rounded-lg text-sm w-8 h-8 absolute top-2.5 end-2.5 flex items-center justify-center dark:hover:bg-gray-600 dark:hover:text-white"
|
||||
>
|
||||
<svg class="w-3 h-3" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14">
|
||||
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m1 1 6 6m0 0 6 6M7 7l6-6M7 7l-6 6" />
|
||||
</svg>
|
||||
<span class="sr-only">Close menu</span>
|
||||
</button>
|
||||
<section id="content" role="main">
|
||||
<article id="post-1" class="post-1 page type-page status-publish hentry pmpro-has-access">
|
||||
<section class="entry-content">
|
||||
|
||||
Reference in New Issue
Block a user