diff --git a/src/app/GlobalFooter.js b/src/app/GlobalFooter.js index 7b0ae44..314171c 100644 --- a/src/app/GlobalFooter.js +++ b/src/app/GlobalFooter.js @@ -3,31 +3,51 @@ import { Box, IconButton, HStack, + Link as ChakraLink, Tooltip, useColorMode, } from "@chakra-ui/core"; import { EmailIcon, MoonIcon, SunIcon } from "@chakra-ui/icons"; import { SiGithub } from "react-icons/si"; +import { useRouteMatch } from "react-router-dom"; function GlobalFooter() { + const classicDTIUrl = useClassicDTIUrl(); + return ( - - - Images © 2000–{new Date().getFullYear()} Neopets, Inc. All Rights - Reserved. Used With Permission. + + + + + + Terms of Use + + Classic DTI + + + Images © 2000–{new Date().getFullYear()} Neopets, Inc. All Rights + Reserved. Used With Permission. +