Skip to content

Commit 57e11f4

Browse files
Preceding changes
1 parent 62a085b commit 57e11f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ParticipationSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import { motion } from 'framer-motion';
33
import { Button } from '@/components/ui/button';
4-
import { CircleDollarSign, Calendar, MessagesSquare, Database, Globe } from 'lucide-react';
4+
import { CircleDollarSign, Calendar, MessagesSquare } from 'lucide-react';
55

66
const features = [{
77
icon: <CircleDollarSign className="h-6 w-6 text-alien-gold" />,

0 commit comments

Comments
 (0)