File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pages/packages/[package]/versions/[version]/topics Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { useRouter } from 'next/router';
44import { useMemo } from 'react' ;
55import ReactGA from 'react-ga' ;
66import SyntaxHighlighter from 'react-syntax-highlighter' ;
7- import ocean from 'react-syntax-highlighter/dist/cjs/styles/hljs/ocean .js' ;
7+ import sunburst from 'react-syntax-highlighter/dist/cjs/styles/hljs/sunburst .js' ;
88
99import Html from '../../../../../../components/Html' ;
1010import Layout from '../../../../../../components/Layout' ;
@@ -183,7 +183,7 @@ export default function TopicPage({ topicData }: Props) {
183183 Run this code
184184 </ a >
185185 < div >
186- < SyntaxHighlighter language = "r" style = { ocean } >
186+ < SyntaxHighlighter language = "r" style = { sunburst } >
187187 { examples }
188188 </ SyntaxHighlighter >
189189 </ div >
You can’t perform that action at this time.
0 commit comments