Rename Nomiswap to Nomoswap.

This commit is contained in:
Alejandro Cabeza Romero 2025-05-12 15:47:39 +02:00
parent d725b59f0f
commit f9631cff96
No known key found for this signature in database
GPG Key ID: DA3D14AE478030FD
4 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="Nomiswap" content="Nomos Uniswap Platform" />
<meta name="Nomoswap" content="Nomos Uniswap Platform" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
@ -22,7 +22,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Nomiswap</title>
<title>Nomoswap</title>
</head>
<body>

View File

@ -1,6 +1,6 @@
{
"short_name": "Nomiswap",
"name": "Nomiswap",
"short_name": "Nomoswap",
"name": "Nomoswap",
"icons": [
{
"src": "favicon.ico",

View File

@ -49,7 +49,7 @@ function ConnectWalletPage() {
<div>
<div className="Title">
<h1 className="navbar-logo">
Nomiswap
Nomoswap
</h1>
</div>

View File

@ -11,7 +11,7 @@ class NavBar extends Component {
<nav>
<div className="Title">
<h1 className="navbar-logo">
Nomiswap
Nomoswap
</h1>
</div>