We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e805e commit 3b2aa31Copy full SHA for 3b2aa31
components/NotionPage.tsx
@@ -20,7 +20,6 @@ import { searchNotion } from '@/lib/search-notion'
20
import { useDarkMode } from '@/lib/use-dark-mode'
21
22
import { Footer } from './Footer'
23
-import { GitHubShareButton } from './GitHubShareButton'
24
import { Loading } from './Loading'
25
import { NotionPageHeader } from './NotionPageHeader'
26
import { Page404 } from './Page404'
@@ -280,8 +279,6 @@ export const NotionPage: React.FC<types.PageProps> = ({
280
279
pageAside={pageAside}
281
footer={footer}
282
/>
283
-
284
- <GitHubShareButton />
285
</>
286
)
287
}
components/styles.module.css
@@ -58,7 +58,7 @@
58
59
.copyright {
60
font-size: 80%;
61
- padding: 0.5em;
+ padding: 0.6em;
62
63
64
.settings,
0 commit comments