Skip to content

Commit ce353cf

Browse files
fontawesome link updated
1 parent a3b4122 commit ce353cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

exercises/11-Font-Awesome-Icons/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width" />
66
<link rel="stylesheet" type="text/css" href="./styles.css" />
7-
<script src="https://kit.fontawesome.com/78d2a11ad0.js" crossorigin="anonymous"></script>
7+
<script src="https://kit.fontawesome.com/072e5df971.js" crossorigin="anonymous"></script>
88
<title>11 Font Awesome</title>
99
</head>
1010
<body>
1111
<ul>
12-
<li><i class="fa fa-camera-retro"></i> Hello</li>
12+
<li><i class="fas fa-camera-retro"></i> Hello</li>
1313
</ul>
1414
</body>
1515
</html>

exercises/11-Font-Awesome-Icons/solution.hide.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width" />
66
<link rel="stylesheet" type="text/css" href="./styles.css" />
7-
<script src="https://kit.fontawesome.com/78d2a11ad0.js" crossorigin="anonymous"></script>
7+
<script src="https://kit.fontawesome.com/072e5df971.js" crossorigin="anonymous"></script>
88
<title>11 Font Awesome</title>
99
</head>
1010
<body>
@@ -14,4 +14,4 @@
1414
<li><i class="fa fa-heart">Heart</i></li>
1515
</ul>
1616
</body>
17-
</html>
17+
</html>

0 commit comments

Comments
 (0)