Skip to content

Commit

Permalink
Standard text size
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 24, 2024
1 parent 6b1c07a commit c43373f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/resources/views/pages/authors.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<h2 class="text-xl font-semibold mb-2 text-gray-900 dark:text-white" itemprop="name">{{ $author->name }}</h2>
</header>
@if($author->bio)
<p class="text-gray-600 dark:text-gray-300 text-sm mb-4 text-center" itemprop="description">{{ Str::limit($author->bio, 100) }}</p>
<p class="text-gray-600 dark:text-gray-300 mb-4 text-center" itemprop="description">{{ Str::limit($author->bio, 100) }}</p>
@endif
<nav>
<a href="{{ route(\Hyde\Framework\Features\Blogging\BlogPostAuthorPages::authorBaseRouteKey()."/$author->username") }}" class="text-blue-600 dark:text-blue-400 hover:underline" itemprop="url">View Profile</a>
Expand Down

0 comments on commit c43373f

Please sign in to comment.