init tabler site entry

上级 ae6a4992
'use client';
import { Fragment, MutableRefObject, PropsWithChildren, RefObject, useCallback, useEffect, useRef, useState } from 'react';
import {
Fragment,
useEffect,
useState,
} from 'react';
import { Dialog, Popover } from '@headlessui/react';
import clsx from 'clsx';
import { banner, blogEnabled, componentsRounded, iconsCountRounded, sponsorsUrl, uiGithubUrl } from '@/config/site';
import { banner,
blogEnabled,
iconsCountRounded,
sponsorsUrl,
uiGithubUrl,
} from '@/config/site';
import Icon from '@/components/Icon';
import GoToTop from '@/components/layout/GoToTop';
import Link from '@/components/Link';
......@@ -116,6 +125,15 @@ const menuLinks = [
),
icon: <Icon name="heart" filled color="red" />,
},
{
menu: 'singup',
type: 'button',
title: (
<span>
Sing up
</span>
),
},
];
const NavbarLink = (link, menu) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册