File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
components/reusables/code Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ export default function Main() {
1414 const [ , copyToClipboard ] = useCopyToClipboard ( ) ;
1515
1616 const successToast = ( ) => {
17- toast . message ( 'Key ID: 79821E0224D34EC4969FF6A8E5168EE090AE80D0' , {
18- description : 'The public key block has been copied to your clipboard' ,
17+ toast . message ( '79821E0224D34EC4969FF6A8E5168EE090AE80D0' , {
18+ description : 'PGP public key block is copied to your clipboard' ,
1919 } ) ;
2020 } ;
2121
Original file line number Diff line number Diff line change @@ -333,6 +333,16 @@ import CopyButton from './copy-code';
333333
334334// react-syntax-highlighter has no types
335335
336+ /* eslint-disable */
337+ // @ts -nocheck
338+
339+ // react-syntax-highlighter has no types
340+
341+ /* eslint-disable */
342+ // @ts -nocheck
343+
344+ // react-syntax-highlighter has no types
345+
336346/* eslint-disable */
337347// @ts -nocheck
338348SyntaxHighlighter . registerLanguage ( 'rust' , rust ) ;
You can’t perform that action at this time.
0 commit comments