diff --git a/components/GitHubEvent.tsx b/components/GitHubEvent.tsx
index 47f08f7..fa429e4 100644
--- a/components/GitHubEvent.tsx
+++ b/components/GitHubEvent.tsx
@@ -8,7 +8,8 @@ import { GitHubEvent } from '../util';
function GitHubEventComponent(props: GitHubEvent): JSX.Element {
const { type, actor, repo, payload, created_at } = props;
const timePassed = moment(created_at).fromNow();
- const userLink = !actor.login.includes('[bot]') ?
this is a live feed of our {numRepos} repositories
see more activity{' '}