From d80a07a3af0689d1170b8bf06662adc699f93a30 Mon Sep 17 00:00:00 2001 From: Felipe Mendes Date: Thu, 22 Dec 2022 14:43:03 -0300 Subject: [PATCH] fix: ui readme broken wiki link (#63) --- ui/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/README.md b/ui/README.md index 96e1327..7f1efba 100644 --- a/ui/README.md +++ b/ui/README.md @@ -10,7 +10,7 @@ Minimal UI to interact with the contract, build with [React](https://reactjs.org You'll need to have [nodejs](https://nodejs.org/en/) and [YARN](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable) installed. Please do not use NPM for package installation. -Also, don't forget to check the [Getting started section](https://github.com/fleekxyz/non-fungible-apps/wiki/Getting-Started) on the wiki if you didn't do it yet, cause you need to configure your wallet to be able to mint a site. +Also, don't forget to check the [Getting started section](https://github.com/fleekxyz/non-fungible-apps/wiki/%F0%9F%93%98-Getting-Started) on the wiki if you didn't do it yet, cause you need to configure your wallet to be able to mint a site. ### 🖥️ Running @@ -41,3 +41,4 @@ $ vite build ``` This will create a dist folder for the deployment. +