This commit is contained in:
Shahrad Elahi
2023-09-24 22:48:39 +03:30
parent 789f7088f8
commit e79f52da9f
5 changed files with 59 additions and 43 deletions

View File

@@ -7,12 +7,10 @@ import useSWRMutation from "swr/mutation";
import { AddressSchema, DnsSchema, MtuSchema, NameSchema, PortSchema, TypeSchema } from "@lib/schemas/WireGuard";
import { zodErrorMessage } from "@lib/zod";
export type CreateClientModalProps = {}
const CreateClientModal = React.forwardRef<
SmartModalRef,
CreateClientModalProps
>((props, ref) => {
{}
>((_, ref) => {
const [ notificationApi, contextHolder ] = notification.useNotification()

View File

@@ -20,7 +20,7 @@ export default function PageHeader(props: PageHeaderProps) {
<div className={'flex items-center gap-x-2'}>
<Link
href={'https://github.com/shahradelahi/tsetmc-client'}
href={'https://github.com/shahradelahi/wireadmin'}
title={'Giv me a star on Github'}
>
<img