Skip to content

Commit e395a9a

Browse files
author
samuelhakala
committed
changed toolbar items to grouped items
1 parent f8fd2d2 commit e395a9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<head>
44
<title>React Form Builder Example</title>
5-
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css">
5+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
66
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
77
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
88
<link rel="stylesheet" type="text/css" href="dist/app.css">
@@ -37,4 +37,4 @@
3737
<script src="dist/app.js"></script>
3838
</body>
3939

40-
</html>
40+
</html>

0 commit comments

Comments
 (0)