From f17c3af04992afa9d4cfde7b2d9b939391315275 Mon Sep 17 00:00:00 2001 From: Nikos Kontakis Date: Mon, 19 Aug 2024 17:31:22 +0200 Subject: [PATCH] More fixes --- CONTRIBUTING.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4819d48..94fe958 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,11 +11,11 @@ This section aims to familiarise developers to the Delegit Dashboard [[GitHub](h ## Environment Variables -Optionally apply the following environment variables in an environment file such as `.env` or with `yarn build` to customise the build of Polkadot Technical Fellowship dashboard: +Optionally apply the following environment variables in an environment file such as `.env` or with `yarn build` to customise the build of Polkadot Delegit dashboard: ``` # display an organisation label in the network bar -VITE_ORGANISATION="© Polkadot Fellows" +VITE_ORGANISATION="© Polkadot Delegit" # provide a privacy policy url in the network bar VITE_PRIVACY_URL=https://github.com/delegit-xyz/ diff --git a/README.md b/README.md index 8745bc5..3964770 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # Delegit - Dashboard -A dashboard about Polkadot Technical Fellowship and everything around it +A dashboard about Polkadot Delegation Dashboard and everything around it A minimal setup to get React working in Vite with Tailwind, PAPI, ESLint and Prettier rules