Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pivilartisant committed Dec 3, 2024
1 parent fb7b0a9 commit 35f9892
Show file tree
Hide file tree
Showing 21 changed files with 706 additions and 273 deletions.
6 changes: 3 additions & 3 deletions web/massastation/.env.dev
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VITE_BASE_APP=""
VITE_BASE_API=""
VITE_ENV="dev"
VITE_BASE_APP = '';
VITE_BASE_API = '';
VITE_ENV = 'dev';
6 changes: 3 additions & 3 deletions web/massastation/.env.prod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VITE_BASE_APP="/web"
VITE_BASE_API=""
VITE_ENV="prod"
VITE_BASE_APP = '/web';
VITE_BASE_API = '';
VITE_ENV = 'prod';
2 changes: 1 addition & 1 deletion web/massastation/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
36 changes: 27 additions & 9 deletions web/massastation/src/assets/dashboard/BridgeOutline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 32 additions & 14 deletions web/massastation/src/assets/dashboard/DusaWave.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 24 additions & 6 deletions web/massastation/src/assets/dashboard/Explorer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
180 changes: 144 additions & 36 deletions web/massastation/src/assets/dashboard/Foundation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 24 additions & 6 deletions web/massastation/src/assets/dashboard/MassaLabs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
84 changes: 63 additions & 21 deletions web/massastation/src/assets/dashboard/MassaNodes.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 12 additions & 3 deletions web/massastation/src/assets/dashboard/MassaWallet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 35f9892

Please sign in to comment.