Skip to content

Commit 7a052a7

Browse files
committed
Temporarily disable log
1 parent 7d5f045 commit 7a052a7

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/components/activity/GlobalLog.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ const GlobalLog = () => {
5757
<Text fontSize='3xl' fontWeight='semibold' mb={3}>
5858
Global Log
5959
</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>
6360
<Input id='email' placeholder='Email' onChange={e => setEmail(e.target.value)} />
6461
<Button mb={2} mt={2} colorScheme='yellow' disabled={!email.match(EMAIL_REGEX)} onClick={handleLookup}>
6562
Search

src/pages/activity/global.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Flex, Spinner, Text } from '@chakra-ui/react';
22
import { UserRole } from '@prisma/client';
33
import { NextPage } from 'next';
4-
import Image from 'next/image';
54
import ActivityTable from '../../components/activity/ActivityTable';
65
import Layout from '../../components/layout/Layout';
76
import { trpc } from '../../utils/trpc';

0 commit comments

Comments
 (0)