Skip to content

Commit da5c238

Browse files
committed
[🧹] fix build error
1 parent b4debdb commit da5c238

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/components/Home/HeroSection/CallToActionHero.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
import { VscGithub } from 'react-icons/vsc';
2-
import Link from 'next/link';
1+
import { VscGithub } from "react-icons/vsc";
2+
import Link from "next/link";
33

44
const CallToActionHero = () => {
55
return (
6-
<div class="pb-2 flex">
7-
<div class="w-full grid gap-8 items-start">
8-
<div class="relative group">
9-
<div class="absolute -inset-0.5 bg-gradient-to-r from-pink-600 to-fuchsia-700 rounded-lg blur opacity-75 group-hover:opacity-100 transition duration-1000 group-hover:duration-200 animate-tilt"></div>
10-
<button class="w-full relative px-7 py-4 bg-black/80 rounded-lg leading-none flex items-center divide-x divide-gray-600 ">
11-
<span class="flex items-center space-x-5 ">
6+
<div className="pb-2 flex">
7+
<div className="w-full grid gap-8 items-start">
8+
<div className="relative group">
9+
<div className="absolute -inset-0.5 bg-gradient-to-r from-pink-600 to-fuchsia-700 rounded-lg blur opacity-75 group-hover:opacity-100 transition duration-1000 group-hover:duration-200 animate-tilt"></div>
10+
<button className="w-full relative px-7 py-4 bg-black/80 rounded-lg leading-none flex items-center divide-x divide-gray-600 ">
11+
<span className="flex items-center space-x-5 ">
1212
<VscGithub className="w-6 h-6 text-cyber-webx hover:text-pink-600 hover:-rotate-6" />
13-
<span class="pr-6 text-gray-100 text-sm md:text-base">
13+
<span className="pr-6 text-gray-100 text-sm md:text-base">
1414
Hacktoberfest 2022
1515
</span>
1616
</span>
1717
<Link href="https://github.com/WebXDAO">
18-
<span class="pl-6 text-white/50 group-hover:text-gray-100 transition duration-200 text-sm md:text-base">
18+
<span className="pl-6 text-white/50 group-hover:text-gray-100 transition duration-200 text-sm md:text-base">
1919
See GitHub org &rarr;
2020
</span>
2121
</Link>

0 commit comments

Comments
 (0)