fix: didn't commit with badgebar change

Changed files
-2
src
components
section
-2
src/components/section/Profile.astro
···
---
import Label from '../Label.astro';
import Quote from './Quote.astro'
-
import { Github, Spool, Icon } from '@lucide/astro'
-
import { butterfly } from '@lucide/lab'
import BadgeBar from "../Badgebar.astro"
import Butterfly from "../../assets/butterfly.svg"
---