add permalink for copying

This commit is contained in:
spencerwooo
2021-06-29 21:00:05 +01:00
parent c7813a7614
commit 5dfc4c4d12
4 changed files with 47 additions and 6 deletions
+4 -2
View File
@@ -23,7 +23,8 @@ import {
faArrowLeft,
faArrowRight,
faFileDownload,
faCopy
faCopy,
faUndo,
} from '@fortawesome/free-solid-svg-icons'
import { faGithub, faMarkdown } from '@fortawesome/free-brands-svg-icons'
@@ -51,7 +52,8 @@ library.add(
faCopy,
faPlus,
faMinus,
faDownload
faDownload,
faUndo
)
function MyApp({ Component, pageProps }: AppProps) {