Update navbar brand URL
The navbar brand URL in _Layout.cshtml was updated. The previous link pointed to "https://home.aiursoft.cn". This has been changed to point to "https://www.aiursoft.cn" instead.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<header>
|
||||
<nav class="navbar fixed-top navbar-expand-md mb-3">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="https://home.aiursoft.cn">
|
||||
<a class="navbar-brand" href="https://www.aiursoft.cn">
|
||||
Aiursoft
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault"
|
||||
|
||||
Reference in New Issue
Block a user