From 15b289463e8cc399c0d07b4b346d9c8e6194f386 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Mon, 25 Jan 2021 17:51:17 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/PageActions.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/components/PageActions.tsx b/components/PageActions.tsx index 58f860b..d89f6f0 100644 --- a/components/PageActions.tsx +++ b/components/PageActions.tsx @@ -2,10 +2,8 @@ import React from 'react' import * as types from 'lib/types' -import styles from './styles.module.css' +// import styles from './styles.module.css' export const PageHead: React.FC = ({ site }) => { - return ( - - ) -} \ No newline at end of file + return null +}