Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
totegamma committed Oct 20, 2024
1 parent 0df7310 commit 6f595da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/gateway/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,10 @@ func main() {
<body>
<h1>Concurrent Domain - `+config.Concrnt.FQDN+`</h1>
Yay! You're on ccgateway!<br>
You might looking for <a href="https://concurrent.world">concurrent.world</a>.<br>
You might looking for <a href="https://concrnt.world">concrnt.world</a>.<br>
This domain is currently registration: `+config.Concrnt.Registration+`<br>
<h2>Information</h2>
CDID: `+conconf.CCID+`
CSID: `+conconf.CSID+`
<h2>Services</h2>
<ul>
`+func() string {
Expand Down
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/concurrent.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Concurrent Domain</title>
<title>Concrnt Domain</title>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/Welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
export const Welcome = (): JSX.Element => {

return (
<>You might looking for <a href="https://concurrent.world/">Concurrent World</a></>
<>You might looking for <a href="https://concrnt.world/">Concrnt World</a></>
)

}

0 comments on commit 6f595da

Please sign in to comment.