Added the donation link to the index.jsx

This commit is contained in:
Mathias Wagner
2024-05-20 16:47:58 +02:00
parent ae3669a3e4
commit 7ec9392a27
+1
View File
@@ -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'));