Skip to content

Commit

Permalink
Merge pull request #8 from pesto-students/renovate/font-awesome-6.x
Browse files Browse the repository at this point in the history
Update dependency font-awesome to v6
  • Loading branch information
pras75299 authored Apr 19, 2024
2 parents c9e0942 + b6d81eb commit 986bd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>LyricsDo- Lyrics Finder App</title>
<link rel="stylesheet" href="./style.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.2/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
</head>
<body>
<section class="main-section">
Expand Down

0 comments on commit 986bd6d

Please sign in to comment.