Skip to content

Commit

Permalink
alem title for gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdas committed Mar 22, 2024
1 parent a6324ac commit e340d33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gateway/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Alem - Gateway</title>
<title>Além - Gateway</title>
<link rel="icon" type="image/x-icon" href="/near-script-logo.png">
<script id="env-config" type="application/json">
%ENV_CONFIG%
Expand Down
2 changes: 1 addition & 1 deletion gateway/src/navigation/NavigationWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function NavigationWrapper(props) {
}}
>
<img src={logo} height={32} />
<p style={{ marginBottom: 0 }}>Alem</p>
<p style={{ marginBottom: 0 }}>Além</p>
</Link>
<div className="navigation-section"></div>
<div className="user-section">
Expand Down

0 comments on commit e340d33

Please sign in to comment.