Skip to content

Commit

Permalink
Merge pull request #1 from bkeej/master-upgrade
Browse files Browse the repository at this point in the history
Upgrade LingView Core
  • Loading branch information
bkeej committed Jun 20, 2023
2 parents 032c101 + 72b8a57 commit 04e1481
Show file tree
Hide file tree
Showing 3 changed files with 451 additions and 368 deletions.
6 changes: 6 additions & 0 deletions jsx/App/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@ import React from 'react';
import { Header } from './Header.jsx';
import { LocaleProvider } from './locale/LocaleContext.jsx'
import { LocaleSelect } from './locale/LocaleSelect.jsx'
import { TranslatableText } from "./locale/TranslatableText.jsx";
import { footerText } from "./locale/LocaleConstants.jsx";


export function App() {
return (
<LocaleProvider>
<Header />
<footer>
<small>
<TranslatableText dictionary={footerText} />
<span><a href='https://github.com/BrownCLPS/LingView/' target="_blank" rel="noopener noreferrer">Lingview</a> © 2022</span>
</small>
<LocaleSelect />
</footer>
</LocaleProvider>
Expand Down
Loading

0 comments on commit 04e1481

Please sign in to comment.