Add (ai tool submission)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<div class="container-fluid shadow-sm">
|
||||
<header class="d-flex flex-wrap align-items-center justify-content-center py-2">
|
||||
<div class="col-auto">
|
||||
<header
|
||||
class="d-grid d-lg-flex flex-wrap justify-content-center justify-content-lg-between py-2 text-center text-lg-start">
|
||||
|
||||
|
||||
<div class="align-self-center">
|
||||
<a href="{{ route('front.home') }}"
|
||||
class="btn btn-link d-inline-flex text-decoration-none hover-grow text-center gap-2">
|
||||
<img class="align-self-center" style="height:50px; width:auto;"
|
||||
@@ -11,5 +13,11 @@ class="btn btn-link d-inline-flex text-decoration-none hover-grow text-center ga
|
||||
</p>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<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>
|
||||
|
||||
</header>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user