Skip to content

Commit adc5b03

Browse files
author
Muchael123
committed
Fix navbar-blur,hero spacing, 'See more event' btn
1 parent a5e0933 commit adc5b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ContactUs/ContactUs.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { useEffect, useState } from 'react';
2-
// import DesktopVersion from './DesktopVersion';
2+
import DesktopVersion from './DesktopVersion';
33
import MobileVersion from './MobileVersion';
44
import Footer from './Footer';
55

@@ -25,7 +25,7 @@ export default function ContactUs() {
2525
<h2 className="font-montserrat text-lg uppercase w-fit mx-auto pt-5 font-semibold">
2626
Contact us
2727
</h2>
28-
{/* <DesktopVersion /> */}
28+
<DesktopVersion />
2929
<Footer/>
3030
</section>
3131
);

0 commit comments

Comments
 (0)