Skip to content

Commit efb4da1

Browse files
committed
fix lucide-icons import path
1 parent a1009cd commit efb4da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/aura.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="stylesheet" href="../packages/aura/adaptive-typography.css" />
1010
<link rel="stylesheet" href="./aura/aura-view.css" />
1111
<link rel="stylesheet" href="./aura/components-view.css" />
12-
<link rel="stylesheet" href="./aura/lucide-icons.css" />
12+
<link rel="stylesheet" href="./aura/lucide-icons/lucide.css" />
1313
<script type="module">
1414
window.Vaadin ||= {};
1515
window.Vaadin.featureFlags ||= {};

0 commit comments

Comments
 (0)