Skip to content

Commit

Permalink
Adjust 'saved articles' button
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrabatrak committed Feb 16, 2023
1 parent 67d5043 commit db7db65
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -622,8 +622,13 @@ <h2>Financial</h2>
<div class="greeting">
<h3>Welcome, <span id="visitor">visitor</span>!</h3>
<div class="pt-3 mb-5">
<button id="view-favourites" class="btn rounded-0">
View saved articles
<button
id="view-favourites"
class="btn rounded-0"
title="View saved articles">
View
<i class="fa-solid fa-heart mx-2" aria-hidden="true"></i
><span class="visually-hidden">saved</span> articles
</button>
</div>
</div>
Expand Down

0 comments on commit db7db65

Please sign in to comment.