Update navbar brand link in _Layout.cshtml

This commit is contained in:
xuef
2024-06-20 07:57:27 +00:00
parent 11d64db4ed
commit 194009b86e
@@ -17,7 +17,7 @@
<header>
<nav class="navbar fixed-top navbar-expand-md mb-3">
<div class="container">
<a class="navbar-brand" href="https://www.aiursoft.cn">
<a class="navbar-brand" href="https://home.aiursoft.cn">
Aiursoft
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault"