From adbf041bbe705a5f78aff4efec354d2966f5e885 Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Wed, 14 Mar 2018 18:11:53 -0400 Subject: [PATCH] Fix rainbow emoji, add name of Part 2 tutorial --- docs/source/05-01-building-basic-plugin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/05-01-building-basic-plugin.md b/docs/source/05-01-building-basic-plugin.md index 77e33e29c..79d519476 100644 --- a/docs/source/05-01-building-basic-plugin.md +++ b/docs/source/05-01-building-basic-plugin.md @@ -251,6 +251,6 @@ export default withReaction('pride')(PrideButton); ```` -And that's it! You've created your first reaction button! :rainbow: +And that's it! You've created your first reaction button! 🌈 -If you would like to continue to the next part of our Plugin Tutorial, see Part 2 in the sidebar. +If you would like to continue to the next part of our Plugin Tutorial, see Customizing Plugins with Coral UI in the left sidebar.