diff --git a/client/src/index.jsx b/client/src/index.jsx index 06ef0812..8dbeae89 100644 --- a/client/src/index.jsx +++ b/client/src/index.jsx @@ -5,6 +5,7 @@ import App from './App'; export const PROJECT_URL = "https://github.com/gnmyt/myspeed"; export const WEB_URL = "https://myspeed.dev"; export const PROJECT_WIKI = "https://docs.myspeed.dev"; +export const DONATION_URL = "https://ko-fi.com/gnmyt"; const root = ReactDOM.createRoot(document.getElementById('root'));