Skip to content

Commit e9b5f2d

Browse files
footer update
1 parent e2025c4 commit e9b5f2d

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/assets/NyraLogo_lg.png

213 KB
Loading

src/layouts/Footer.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import { usePortfolioData } from '../hooks/usePortfolioData';
55
import SocialLinks from '../components/ui/SocialLinks';
66
import { useState, useEffect, useMemo } from 'react';
77

8+
import NyraLogo from '../assets/NyraLogo_lg.png';
9+
810
const 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
&copy; {currentYear} Sibi Siddharth S. All Rights Reserved.
212220
</p>

0 commit comments

Comments
 (0)