From ebcb831b03e9f183490df436efc0cc35113da125 Mon Sep 17 00:00:00 2001 From: boilerrat <128boilerrat@gmail.com> Date: Wed, 8 Jan 2025 05:57:58 -0500 Subject: [PATCH] fixed imports --- src/components/Expertise/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Expertise/index.tsx b/src/components/Expertise/index.tsx index 1615727..8589e78 100644 --- a/src/components/Expertise/index.tsx +++ b/src/components/Expertise/index.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import { Atom, Database, Shield, Binary, Users, Award, Wrench, Factory, Power, Coins } from 'lucide-react'; +import { Atom, Database, Shield, Users, Wrench, Factory, Power, Coins } from 'lucide-react'; import { ExpertiseProps, ExperienceCardProps, SectionProps } from './types'; import { ExperienceItem } from '../../types'; @@ -75,10 +75,10 @@ const defaultNuclearExperience: ExperienceItem[] = [ icon: Shield }, { - title: "Nuclear Maintenance and Refurbishment", + title: "Nuclear Operations", company: "Multiple Nuclear Facilities", period: "2003 - Present", - description: "20 years of nuclear experience including Pickering, Darlington, and Bruce Power. Specialized focus on reactor refurbishment and maintenance", + description: "20 years of nuclear experience including Pickering, Darlington, and Bruce Power. Specialized focus on reactor refurbishment and radiation protection for the last 8 years.", icon: Power } ]; @@ -88,7 +88,7 @@ const defaultWeb3Experience: ExperienceItem[] = [ title: "DAO Governance Lead", company: "Public HAUS", period: "2022 - Present", - description: "Secured $300K+ in grants through governance proposals to Moloch DAO, Optimism, Plurality Labs and Public Nouns. Pioneering governance frameworks and community development initiatives.", + description: "Secured $197K in grants through strategic partnerships with Moloch DAO, Optimism, and Public Nouns. Pioneering governance frameworks and community development initiatives.", icon: Users }, {