File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ import { usePortfolioData } from '../hooks/usePortfolioData';
55import SocialLinks from '../components/ui/SocialLinks' ;
66import { useState , useEffect , useMemo } from 'react' ;
77
8+ import NyraLogo from '../assets/NyraLogo_lg.png' ;
9+
810const eventConfig = {
911 'PushEvent' : { icon : < VscGitCommit className = "text-sky-600" /> , label : 'Pushed to' } ,
1012 'CreateEvent' : { icon : < VscRepo className = "text-emerald-600" /> , label : 'Created repo' } ,
@@ -203,10 +205,16 @@ export default function Footer() {
203205
204206 < div className = "border-t border-slate-200 py-6 flex flex-col lg:flex-row justify-between items-center gap-6" >
205207 < div className = "text-center lg:text-left" >
208+ < div className = 'flex items-center gap-4 justify-center lg:justify-start' >
206209 < Link to = "/" className = "flex items-center justify-center lg:justify-start gap-2 mb-2" >
207210 < FiBox className = "w-6 h-6 text-blue-600" />
208211 < span className = "text-lg font-bold text-slate-800" > MyMind</ span >
209212 </ Link >
213+ < Link to = '/nyra' className = 'flex items-center justify-center lg:justify-start gap-2 mb-2' >
214+ < img src = { NyraLogo } alt = "Nyra Logo" className = "w-6.5 h-6.5" />
215+ < span className = "text-lg font-bold text-slate-800" > Nyra.ai</ span >
216+ </ Link >
217+ </ div >
210218 < p className = "text-xs text-slate-500" >
211219 © { currentYear } Sibi Siddharth S. All Rights Reserved.
212220 </ p >
You can’t perform that action at this time.
0 commit comments