Skip to content

Commit 811b44a

Browse files
authored
Fix previous commit
1 parent 178c2d4 commit 811b44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/Default.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import "../components/Logotype.astro"
33
import Logotype from "../components/Logotype.astro"
44
import VitalLink from "../components/VitalLink.astro"
5-
import { MessageSquare, Github } from "lucide-astro"
5+
import { MessageSquare, Github, Activity } from "lucide-astro"
66
import "../styles/global.css"
77
import SizeAwareLogo from "../components/SizeAwareLogo.astro"
88

0 commit comments

Comments
 (0)