From bf2b92846ec49d882678e0eb869190176e71d086 Mon Sep 17 00:00:00 2001 From: Charles Kornoelje <33156025+charkour@users.noreply.github.com> Date: Mon, 29 Aug 2022 12:54:46 -0400 Subject: [PATCH] Add links to slack fonts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 394e84a..795bc74 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ const Component = () => { `onSelect`: Function callback when emoji is selected -**Fonts**: To use the Slack fonts, download the font files here and include them in `public/fonts`. +**Fonts**: To use the Slack fonts, download the font files [here](https://github.com/charkour/react-reactions/tree/main/example/public/fonts) and include them in `public/fonts`. --- @@ -341,7 +341,7 @@ const Component = () => { `onAdd`: Function callback when add reaction is clicked -**Fonts**: To use the Slack fonts, download the font files here and include them in `public/fonts`. +**Fonts**: To use the Slack fonts, download the font files [here](https://github.com/charkour/react-reactions/tree/main/example/public/fonts) and include them in `public/fonts`. ---