Skip to content

Commit 3b2aa31

Browse files
committed
chore: remove github share
1 parent 85e805e commit 3b2aa31

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

components/NotionPage.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import { searchNotion } from '@/lib/search-notion'
2020
import { useDarkMode } from '@/lib/use-dark-mode'
2121

2222
import { Footer } from './Footer'
23-
import { GitHubShareButton } from './GitHubShareButton'
2423
import { Loading } from './Loading'
2524
import { NotionPageHeader } from './NotionPageHeader'
2625
import { Page404 } from './Page404'
@@ -280,8 +279,6 @@ export const NotionPage: React.FC<types.PageProps> = ({
280279
pageAside={pageAside}
281280
footer={footer}
282281
/>
283-
284-
<GitHubShareButton />
285282
</>
286283
)
287284
}

components/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
.copyright {
6060
font-size: 80%;
61-
padding: 0.5em;
61+
padding: 0.6em;
6262
}
6363

6464
.settings,

0 commit comments

Comments
 (0)