fix icon
All checks were successful
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Successful in 1m7s

Took 44 seconds
This commit is contained in:
Braydon 2024-10-07 12:57:58 -04:00
parent 8cb3a38beb
commit de76a38096

View File

@ -3,6 +3,7 @@
import { ReactElement, useEffect, useRef, useState } from "react"; import { ReactElement, useEffect, useRef, useState } from "react";
import { import {
ArrowLongRightIcon, ArrowLongRightIcon,
ArrowLongUpIcon,
Bars3CenterLeftIcon, Bars3CenterLeftIcon,
} from "@heroicons/react/24/outline"; } from "@heroicons/react/24/outline";
import Link from "next/link"; import Link from "next/link";
@ -176,7 +177,7 @@ const Footer = ({ page }: { page: DocsContentMetadata }): ReactElement => {
} }
> >
<span>Scroll to Top</span> <span>Scroll to Top</span>
<ArrowLongRightIcon className="w-4 h-4 group-hover:translate-x-0.5 transition-all transform-gpu" /> <ArrowLongUpIcon className="w-4 h-4 group-hover:translate-x-0.5 transition-all transform-gpu" />
</Button> </Button>
</div> </div>
</footer> </footer>