Skip to content

Commit

Permalink
Make sure it doesn't break on last word
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv committed Sep 6, 2024
1 parent a9dd65b commit 51fe539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/front/pages/insights/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
@isset($externalFeedItems)
<x-layout.wrapper class="mt-24 mb-20">
<div class="flex">
<h2 class="w-1/4 text-24 font-bold">From our team & products</h2>
<h2 class="w-1/4 text-24 font-bold">From our team &&nbsp;products</h2>
<div class="flex-1 flex flex-col gap-10 pl-9">
@foreach($externalFeedItems as $externalFeedItem)
@include('front.pages.insights.partials.externalFeedItem')
Expand Down

0 comments on commit 51fe539

Please sign in to comment.