Skip to content

Commit

Permalink
Fixes pragma and pragmaFrag runtime error
Browse files Browse the repository at this point in the history
  • Loading branch information
Billson7 committed Jan 7, 2021
1 parent d7c749a commit fa35876
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/nav.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** @jsx jsx */
import { jsx } from 'theme-ui'
/** @jsxRuntime classic */
import { jsx } from 'theme-ui';
import Link from 'next/link'

const Nav = () => (
Expand Down

0 comments on commit fa35876

Please sign in to comment.