Skip to content

Commit 5f7d47c

Browse files
Add credits section
1 parent 653039c commit 5f7d47c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ The name [“frimousse”](https://en.wiktionary.org/wiki/frimousse) means “li
8282

8383
The emoji picker component was originally created for the [Liveblocks Comments](https://liveblocks.io/comments) default components, within [`@liveblocks/react-ui`](https://github.com/liveblocks/liveblocks/tree/main/packages/liveblocks-react-ui).
8484

85+
## Credits
86+
87+
The emoji data is based on [Emojibase](https://emojibase.dev/).
88+
8589
## Contributing
8690

8791
All contributions are welcome! If you find a bug or have a feature request, feel free to create an [issue](https://github.com/liveblocks/frimousse/issues) or a [PR](https://github.com/liveblocks/frimousse/pulls).

site/src/components/sections/docs.tsx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,8 +875,8 @@ export function Docs({
875875
</a>{" "}
876876
is also available.
877877
</p>
878-
<PermalinkHeading as="h2">Miscellaneous</PermalinkHeading>
879878

879+
<PermalinkHeading as="h2">Miscellaneous</PermalinkHeading>
880880
<p>
881881
The name{" "}
882882
<a
@@ -908,6 +908,15 @@ export function Docs({
908908
</a>
909909
.
910910
</p>
911+
912+
<PermalinkHeading as="h2">Credits</PermalinkHeading>
913+
<p>
914+
The emoji data is based on{" "}
915+
<a href="https://emojibase.dev/" rel="noreferrer" target="_blank">
916+
Emojibase
917+
</a>
918+
.
919+
</p>
911920
</section>
912921
);
913922
}

0 commit comments

Comments
 (0)