/*! ========================================================= * Argon Dashboard Chakra PRO - v1.0.0 ========================================================= * Product Page: https://www.creative-tim.com/product/argon-dashboard-chakra-pro * Copyright 2022 Creative Tim (https://www.creative-tim.com/) * Designed and Coded by Simmmple & Creative Tim ========================================================= * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. */ /*eslint-disable*/ import React from "react"; import { Flex, Link, List, ListItem, Text } from "@chakra-ui/react"; export default function Footer() { return ( © {1900 + new Date().getYear()},{" "} {document.documentElement.dir === "rtl" ? " مصنوع من ❤️ بواسطة" : "Made with ❤️ by "} {document.documentElement.dir === "rtl" ? " توقيت الإبداعية" : "Creative Tim "} & {document.documentElement.dir === "rtl" ? "سيممبل " : " Simmmple"} {document.documentElement.dir === "rtl" ? "للحصول على ويب أفضل" : " for a better web"} {document.documentElement.dir === "rtl" ? "توقيت الإبداعية" : "Creative Tim"} {document.documentElement.dir === "rtl" ? "سيممبل" : "Simmmple"} {document.documentElement.dir === "rtl" ? "مدونة" : "Blog"} {document.documentElement.dir === "rtl" ? "رخصة" : "License"} ); }