Skip to content

Commit f54c8a9

Browse files
committed
fix: Update navbar_2
1 parent bcc2ca4 commit f54c8a9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/layouts/footer/Footer.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const Footer: React.FC = () => {
5959
key={link.id}
6060
to={link.url}
6161
target='_blank'
62+
rel="noopener noreferrer"
6263
title={`contact us on ${link.name}`}
6364
className='text-lg md:text-xl p-2 text-footer-foreground/80 hover:bg-footer-foreground/10 rounded-full duration-200'
6465
>
@@ -94,6 +95,7 @@ const Footer: React.FC = () => {
9495
<Link
9596
to={'https://www.linkedin.com/in/barthez-kenwou/'}
9697
target='_blank'
98+
rel="noopener noreferrer"
9799
className='font-normal text-sky-300/70 hover:text-sky-500/70 hover:underline duration-200 text-nowrap'
98100
>
99101
Barthez Kenwou
@@ -160,7 +162,7 @@ const Footer: React.FC = () => {
160162
<p className="bg-footer w-fit">
161163
Whatsapp:
162164
<Link
163-
to={'https://wa.me/655646688'}
165+
to={'https://wa.me/237655646688?text=bonjour%20Barthez%20Kenwou'}
164166
target='_blank'
165167
rel="noopener noreferrer"
166168
className='font-medium text-sky-500/85 hover:text-sky-500 duration-200 text-nowrap'

src/layouts/navbar/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import DownNavbar from './DownNavbar'
44

55
const Navbar: React.FC = () => {
66
return (
7-
<nav className='sticky top-0 left-0 z-50 border-b border-foreground/50 md:border-none'>
7+
<nav className='sticky top-0 left-0 z-50 border-b border-foreground/60 md:border-none'>
88
<UpNavbar />
99
<DownNavbar />
1010
</nav>

0 commit comments

Comments
 (0)