Skip to content

Commit

Permalink
chore: update example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 8, 2022
1 parent d5a8956 commit 7332d76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@uiw/react-github-corners": "~1.5.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "5.0.0",
Expand Down
5 changes: 5 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
import { Button } from 'uiw';
import GitHubCorners from '@uiw/react-github-corners';
import logo from './logo.svg';
import './App.css';

function App() {
return (
<div className="App">
<GitHubCorners
target="__blank"
href="https://github.com/uiwjs/uiw-example-create-react-app"
/>
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Expand Down

0 comments on commit 7332d76

Please sign in to comment.