Skip to content

Commit

Permalink
fix: remove elipsis on complete sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Feb 14, 2024
1 parent f9a1050 commit e520d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/CollectionView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition-shadow duration-200 ease-in-out">
<div class="p-5">
<h4 class="text-xl font-semibold mb-2">{{ article.Title }}</h4>
<p class="text-gray-700 mb-4">{{ article.Description }}</p>
<p class="text-gray-700 mb-4">{{ article.Description }}</p>
<footer>
<router-link :to="`/${collectionName}/${chronosStore.prefLang}/${article.Slug}`"
class="inline-flex items-center text-blue-600 hover:text-blue-800 font-semibold text-sm transition-colors duration-150 ease-in-out">
Expand Down

0 comments on commit e520d5b

Please sign in to comment.