Skip to content

Commit

Permalink
fix sync with bottom stack
Browse files Browse the repository at this point in the history
  • Loading branch information
devjiwonchoi committed Jan 7, 2025
1 parent d825229 commit 18ac4ec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { parseUrlFromText } from '../../helpers/parse-url-from-text'
import { parseUrlFromText } from '../../../helpers/parse-url-from-text'

const docsURLWhitelist = ['https://nextjs.org', 'https://react.dev']

Expand Down Expand Up @@ -49,7 +49,7 @@ function DocsIcon() {
viewBox="0 0 16 16"
fill="none"
xmlns="http://www.w3.org/2000/svg"
className="tool-button-icon"
className="error-overlay-toolbar-button-icon"
>
<path
fillRule="evenodd"
Expand Down

0 comments on commit 18ac4ec

Please sign in to comment.