File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,6 @@ const GlobalLog = () => {
57
57
< Text fontSize = '3xl' fontWeight = 'semibold' mb = { 3 } >
58
58
Global Log
59
59
</ Text >
60
- < Text mb = { 3 } >
61
- < Link href = '/activity/global' > Click here to view all tickets</ Link > or search for a user log below
62
- </ Text >
63
60
< Input id = 'email' placeholder = 'Email' onChange = { e => setEmail ( e . target . value ) } />
64
61
< Button mb = { 2 } mt = { 2 } colorScheme = 'yellow' disabled = { ! email . match ( EMAIL_REGEX ) } onClick = { handleLookup } >
65
62
Search
Original file line number Diff line number Diff line change 1
1
import { Flex , Spinner , Text } from '@chakra-ui/react' ;
2
2
import { UserRole } from '@prisma/client' ;
3
3
import { NextPage } from 'next' ;
4
- import Image from 'next/image' ;
5
4
import ActivityTable from '../../components/activity/ActivityTable' ;
6
5
import Layout from '../../components/layout/Layout' ;
7
6
import { trpc } from '../../utils/trpc' ;
You can’t perform that action at this time.
0 commit comments