Skip to content

Commit

Permalink
revert example
Browse files Browse the repository at this point in the history
  • Loading branch information
tblackwell-tm committed Mar 8, 2024
1 parent b3de4e4 commit 788e686
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import MyCrossword from 'mycrossword';
import 'mycrossword/dist/index.css';
import * as React from 'react';
import './App.css';
import data from './incomplete.cryptic';
import data from './guardian.cryptic.28505';

const ALLOWED_HTML_TAGS = ['b', 'strong', 'i', 'em', 'sub', 'sup'] as const;

Expand Down Expand Up @@ -78,7 +78,6 @@ export default function App() {
? [...ALLOWED_HTML_TAGS, 'u']
: [...ALLOWED_HTML_TAGS]
}
allowMissingSolutions
id={data.id}
data={data}
theme={theme}
Expand Down

0 comments on commit 788e686

Please sign in to comment.