Disable routes

This commit is contained in:
2023-11-30 16:25:58 +08:00
parent 700f97e95e
commit aeac727577
2 changed files with 16 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
<div class="container-fluid shadow-sm">
<header
class="d-grid d-lg-flex flex-wrap justify-content-center justify-content-lg-between py-2 text-center text-lg-start">
class="d-grid d-lg-flex flex-wrap justify-content-center justify-content-center py-2 text-center text-lg-start">
<div class="align-self-center">
@@ -14,10 +14,10 @@ class="btn btn-link d-inline-flex text-decoration-none hover-grow text-center ga
</a>
</div>
<div class="align-self-center">
{{-- <div class="align-self-center">
<a href="{{ route('front.submit-tool') }}">Submit your AI Tool <span
class="badge text-bg-primary text-white">FREE!</span></a>
</div>
</div> --}}
</header>
</div>