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:
Anduin
2024-06-23 10:52:45 +00:00
parent d8a67cb9b0
commit 1e6eaea80f
@@ -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"