fix(ui): correct closing tag for sponsorship link in layout popups
This commit is contained in:
parent
8abb8b2328
commit
3b6aa33bdb
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ class="underline text-lg font-bold dark:text-white">GitHub
|
|||
Sponsors</a> (registration required) <br /><br />
|
||||
<a href="https://opencollective.com/coollabsio/donate?interval=month&amount=10&name=&legalName=&email="
|
||||
class="underline text-lg font-bold dark:text-white">OpenCollective</a> (no registration
|
||||
required).</span>
|
||||
required)</span>
|
||||
</div>
|
||||
</x-slot:description>
|
||||
<x-slot:button-text @click="disableSponsorship()">
|
||||
|
|
|
|||
Loading…
Reference in a new issue