From 496499261aa095148e16e812bfc7fe0fb5fef876 Mon Sep 17 00:00:00 2001 From: koalasat Date: Wed, 18 Sep 2024 12:51:21 +0200 Subject: [PATCH] fix paths --- .gitignore | 11 +++++---- frontend/templates/frontend/index.ejs | 22 +++++++++--------- frontend/webpack.config.ts | 32 ++++++++++++++++++++------- 3 files changed, 40 insertions(+), 25 deletions(-) diff --git a/.gitignore b/.gitignore index 5e50783cf..90c01937b 100755 --- a/.gitignore +++ b/.gitignore @@ -642,7 +642,7 @@ frontend/static/import_export* frontend/static/drf_spectacular_sidecar/ frontend/src/components/PaymentMethods/Icons/code* frontend/src/components/PaymentMethods/Icons/webp* -frontend/static/frontend/** +frontend/static/frontend docs/.jekyll-cache* docs/_site* node @@ -650,13 +650,12 @@ desktopApp/release-builds # frontend statics frontend/templates/frontend/*.html -mobile/html/Web.bundle/static/* -mobile/html/Web.bundle/*.html -desktopApp/static/* +mobile/html/Web.bundle +desktopApp/static desktopApp/*.html -web/static/* +web/static web/*.html -nodeapp/static/* +nodeapp/static nodeapp/*.html # Protocol Buffers diff --git a/frontend/templates/frontend/index.ejs b/frontend/templates/frontend/index.ejs index 704683374..14af11d94 100644 --- a/frontend/templates/frontend/index.ejs +++ b/frontend/templates/frontend/index.ejs @@ -2,10 +2,10 @@ - - - - + + + + @@ -13,18 +13,18 @@ <% if (pro) { %> RoboSats PRO - Simple and Private Bitcoin Exchange - - - + + + <% } else { %> RoboSats - Simple and Private Bitcoin Exchange - + <% } %> - - - + + +