We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9419fd4 commit abbd3a5Copy full SHA for abbd3a5
1 file changed
src/components/Events/Events.tsx
@@ -1,7 +1,7 @@
1
import Link from 'next/link';
2
import type { EventData } from '../../types/index';
3
import DisplayRC from './DisplayRC';
4
-import {Fade} from "react-reveal"
+import {Fade} from "react-awesome-reveal"
5
6
const events: EventData[] = [
7
{
@@ -61,7 +61,7 @@ export default function Events() {
61
id="events"
62
className="relative flex flex-col items-center justify-center w-full py-16 bg-white md:py-20 gap-y-2 md:gap-y-5"
63
>
64
- <Fade right>
+ <Fade direction='right'>
65
<h2 className="flex text-2xl border-b-2 border-slate-400 items-center justify-center font-light tracking-wide">
66
Events
67
</h2>
0 commit comments