updates
This commit is contained in:
@@ -7,7 +7,10 @@ import Link from "next/link";
|
||||
const CareerBanner = () => {
|
||||
useEffect(() => {
|
||||
gsap.registerPlugin(ScrollTrigger);
|
||||
if (document.querySelector(".career-banner")) {
|
||||
const careerBanner = document.querySelector(".career-banner");
|
||||
const cpBannerThumb = document.querySelector(".cp-banner-thumb");
|
||||
|
||||
if (careerBanner && cpBannerThumb) {
|
||||
const tl = gsap.timeline({
|
||||
scrollTrigger: {
|
||||
trigger: ".career-banner",
|
||||
@@ -114,7 +117,7 @@ const CareerBanner = () => {
|
||||
<ul className="social">
|
||||
<li>
|
||||
<Link
|
||||
href="https://www.linkedin.com/company/gnxtech"
|
||||
href="https://www.linkedin.com"
|
||||
target="_blank"
|
||||
aria-label="connect with us on linkedin"
|
||||
>
|
||||
@@ -123,7 +126,7 @@ const CareerBanner = () => {
|
||||
</li>
|
||||
<li>
|
||||
<Link
|
||||
href="https://github.com/gnxtech"
|
||||
href="https://github.com"
|
||||
target="_blank"
|
||||
aria-label="view our code on github"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user