Skip to content

Commit 40dadd6

Browse files
committed
Rename Openmina in UI to The Mina Rust Node
1 parent 2b9e87b commit 40dadd6

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

frontend/src/app/app.routing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { getMergedRoute, MergedRoute } from '@openmina/shared';
66
import { filter, take } from 'rxjs';
77
import { landingPageGuard } from '@shared/guards/landing-page.guard';
88

9-
const APP_TITLE: string = 'Open Mina';
9+
const APP_TITLE: string = 'The Mina Rust Node';
1010

1111
export const DASHBOARD_TITLE: string = APP_TITLE + ' - Dashboard';
1212
export const RESOURCES_TITLE: string = APP_TITLE + ' - Resources';

frontend/src/app/layout/menu/menu.component.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@
33
<button class="menu-toggle f-big h-xl primary pointer flex-row align-center f-400"
44
[class.flex-between]="menu.isMobile"
55
(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
128
</span>
139
<span [class.flipped]="menu.isMobile ? false : menu.collapsed"
1410
class="mina-icon f-20">{{ !menu.isMobile ? 'first_page' : 'close' }}</span>

frontend/src/app/layout/menu/menu.component.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
}
2020
}
2121

22+
.mina-rust-node {
23+
font-size: 12px;
24+
white-space: nowrap;
25+
}
26+
2227
span:nth-child(1) {
2328
overflow: hidden;
2429
//max-width: 100px;

frontend/src/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
<title>Open Mina</title>
4747
<base href="/">
4848
<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">
5049
<link href="https://fonts.gstatic.com" rel="preconnect">
5150
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=block"
5251
rel="stylesheet">

0 commit comments

Comments
 (0)