Add (nav): share button
This commit is contained in:
@@ -26,11 +26,13 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="text-center text-md-end">
|
||||
<div class="d-flex d-justify-content-end">
|
||||
<div class="align-self-center d-none d-md-block">Important news shaping the digital future</div>
|
||||
|
||||
<div class="d-block d-md-none" style="width:51px; height: 38px;"></div>
|
||||
<share-to-friends></share-to-friends>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-md-7 col-lg-8 text-center text-md-end d-none d-md-block">
|
||||
<div>Important news shaping the digital future</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@@ -61,8 +61,8 @@ class="font-family-roboto-condensed mb-1 pb-1 d-inline badge bg-danger border-da
|
||||
<div class="accordion-body small">
|
||||
|
||||
@if (!is_empty($post->bites))
|
||||
<div class="fw-bold">The Bite:</div>
|
||||
<div class="mb-3">{{ $post->bites }}</div>
|
||||
<div class="fw-bold">The Bite:</div>
|
||||
<div class="mb-3">{{ $post->bites }}</div>
|
||||
@endif
|
||||
|
||||
@if (in_array($post->impact_level, ['medium', 'high']))
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
</aside>
|
||||
--}}
|
||||
|
||||
<div class="w-full text-center text-secondary">
|
||||
<small class="text-center">AI & tech news syndication site built by <a href="https://x.com/charlestehio">@charlestehio</a>. All trademarks are the property of their respective owners.</small>
|
||||
</div>
|
||||
<div class="w-full text-center text-secondary">
|
||||
<small class="text-center">AI & tech news syndication site built by <a
|
||||
href="https://x.com/charlestehio">@charlestehio</a>. All trademarks are the property of their respective
|
||||
owners.</small>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user