Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit b61a850

Browse files
committed
Add back light tippy theme
1 parent 358ded3 commit b61a850

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/components/LSLink.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import 'tippy.js/dist/tippy.css'
21
import { pageNames } from '../utils'
32
import ExternalLink from './ExternalLink'
43
import PageLink from './PageLink'

src/components/PageLink.js

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { useRouter } from 'next/router'
44
import { useEffect, useRef } from 'react'
55
import tippy from 'tippy.js'
66
import 'tippy.js/dist/tippy.css'
7+
import 'tippy.js/themes/light.css'
78
import { createPagePath } from '../utils'
89

910
export default function PageLink({ pageName }) {

0 commit comments

Comments
 (0)