Skip to content

Commit

Permalink
fix: links text
Browse files Browse the repository at this point in the history
  • Loading branch information
valerymelou committed Jul 20, 2024
1 parent f9beacd commit fc44acf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions libs/blog/feature-home/src/lib/blog-home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,12 @@ <h2 class="text-xl lg:max-w-2xl">
'/blog',
(article.createdAt | date: 'YYYY-MM-dd') + '-' + article.slug,
]"
aria-label="Read more"
>
<span
class="absolute -inset-x-4 -inset-y-2.5 sm:rounded-2xl md:-inset-x-6 md:-inset-y-4"
>
</span>
<span class="relative">Read more</span>
<span class="relative">Read the article</span>
</a>
</article>
}
Expand Down
4 changes: 3 additions & 1 deletion libs/pages/home/src/lib/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ <h2 class="text-xl leading-10 lg:text-2xl">
mobile.
</h2>
<div>
<a routerLink="/about" ui-flat-button color="accent" large>Learn more</a>
<a routerLink="/about" ui-flat-button color="accent" large
>Read My Story</a
>
</div>
</div>
</div>

0 comments on commit fc44acf

Please sign in to comment.