File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { getMergedRoute, MergedRoute } from '@openmina/shared';
6
6
import { filter , take } from 'rxjs' ;
7
7
import { landingPageGuard } from '@shared/guards/landing-page.guard' ;
8
8
9
- const APP_TITLE : string = 'Open Mina' ;
9
+ const APP_TITLE : string = 'The Mina Rust Node ' ;
10
10
11
11
export const DASHBOARD_TITLE : string = APP_TITLE + ' - Dashboard' ;
12
12
export const RESOURCES_TITLE : string = APP_TITLE + ' - Resources' ;
Original file line number Diff line number Diff line change 3
3
< button class ="menu-toggle f-big h-xl primary pointer flex-row align-center f-400 "
4
4
[class.flex-between] ="menu.isMobile "
5
5
(click) ="toggleMenu() ">
6
- < span class ="fx-row-vert-cent ">
7
- < svg viewBox ="0 0 160 160 " fill ="none " xmlns ="http://www.w3.org/2000/svg ">
8
- < path fill-rule ="evenodd " clip-rule ="evenodd " fill ="var(--base-primary) "
9
- d ="M114 34H34V114H46V126H126V46H114V34ZM114 46H46V114H114V46Z "/>
10
- </ svg >
11
- OpenMina
6
+ < span class ="fx-row-vert-cent mina-rust-node ">
7
+ The Mina Rust Node
12
8
</ span >
13
9
< span [class.flipped] ="menu.isMobile ? false : menu.collapsed "
14
10
class ="mina-icon f-20 "> {{ !menu.isMobile ? 'first_page' : 'close' }}</ span >
Original file line number Diff line number Diff line change 19
19
}
20
20
}
21
21
22
+ .mina-rust-node {
23
+ font-size : 12px ;
24
+ white-space : nowrap ;
25
+ }
26
+
22
27
span :nth-child (1 ) {
23
28
overflow : hidden ;
24
29
// max-width: 100px;
Original file line number Diff line number Diff line change 46
46
< title > Open Mina</ title >
47
47
< base href ="/ ">
48
48
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
49
- < link rel ="icon " type ="image/x-icon " href ="assets/images/logo/Logo-fav.png ">
50
49
< link href ="https://fonts.gstatic.com " rel ="preconnect ">
51
50
< link href ="https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=block "
52
51
rel ="stylesheet ">
You can’t perform that action at this time.
0 commit comments