fix hearts

This commit is contained in:
Philipp Kühn 2021-02-05 20:37:09 +01:00
parent 2f93c8ba0f
commit a4866dc946
8 changed files with 9 additions and 9 deletions

View File

@ -95,7 +95,7 @@
<div class="page-footer__section">
<div class="page-footer__small-text text">
<p>
Made with by <g-link to="https://twitter.com/_ueberdosis">überdosis</g-link>
Made with by <g-link to="https://twitter.com/_ueberdosis">überdosis</g-link>
&middot;
Based on <g-link to="https://prosemirror.net/">ProseMirror</g-link> by Marijn Haverbeke
</p>

View File

@ -1,6 +1,6 @@
# Emoji
:::pro Fund the development ♥
:::pro Fund the development ♥
We need your support to maintain, update, support and develop tiptap 2. If youre waiting for this extension, [become a sponsor and fund open source](/sponsor).
:::

View File

@ -1,6 +1,6 @@
# Hashtag
:::pro Fund the development ♥
:::pro Fund the development ♥
We need your support to maintain, update, support and develop tiptap 2. If youre waiting for this extension, [become a sponsor and fund open source](/sponsor).
:::

View File

@ -1,6 +1,6 @@
# Accessibility
:::pro Fund the development ♥
:::pro Fund the development ♥
We need your support to maintain, update, support and develop tiptap 2. If youre waiting for progress here, [become a sponsor and fund open source](/sponsor).
:::

View File

@ -69,4 +69,4 @@ Most editor toolbars use icons for their buttons. In some of our demos, we use t
* [Font Awesome](https://fontawesome.com/icons?c=editors)
* [UI icons](https://www.ibm.com/design/language/iconography/ui-icons/library/)
Also, were working on providing a configurable interface for tiptap. If you think thats a great idea, [become a sponsor](/sponsor) to show us your support. ♥
Also, were working on providing a configurable interface for tiptap. If you think thats a great idea, [become a sponsor](/sponsor) to show us your support. ♥

View File

@ -172,4 +172,4 @@ Read more about [the new collaborative editing experience](/guide/collaborative-
### Become a sponsor
tiptap wouldnt exist without the funding of its community. If you fell in love with tiptap, dont forget to [become a sponsor](/sponsor) and make the maintenance, development and support sustainable.
In exchange, well take you into our hearts, invite you to private repositories, add a `sponsor ♥` label to your issues and pull requests and more.
In exchange, well take you into our hearts, invite you to private repositories, add a `sponsor ♥` label to your issues and pull requests and more.

View File

@ -1,13 +1,13 @@
# Become a sponsor
To deliver a top-notch developer experience and user experience, we put ~~hundreds~~ thousands of hours of unpaid work into tiptap. Your funding helps us to make this work more and more financially sustainable. This enables us to provide helpful support, maintain all our packages, keep everything up to date, and develop new features and extensions for tiptap.
Give back to the open source community and [sponsor us on GitHub](https://github.com/sponsors/ueberdosis)! ♥
Give back to the open source community and [sponsor us on GitHub](https://github.com/sponsors/ueberdosis)! ♥
## Your benefits as a sponsor
* Give back to the open source community
* Get early access to private repositories
* Ensure the further maintenace and development of tiptap
* Your issues and pull requests get a `sponsor ♥` label
* Your issues and pull requests get a `sponsor ♥` label
* Get a sponsor badge in all your comments on GitHub
* Show support in your GitHub profile
* Receive monthly reports about our open source work

View File

@ -288,7 +288,7 @@ $menuBreakPoint: 800px;
&--sponsor {
&::after {
content: '';
content: '';
padding: 0 0.5em;
}
}