Skip to content

Commit 1055a4f

Browse files
committed
feat: update package.json to use latest version of broprint.js and modify footer links in App component
1 parent b659d5b commit 1055a4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@rajesh896/broprint.js": "^2.1.0",
6+
"@rajesh896/broprint.js": "latest",
77
"@testing-library/jest-dom": "^5.16.4",
88
"@testing-library/react": "^13.1.1",
99
"@testing-library/user-event": "^13.5.0",

example/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function App() {
2727
<p style={{marginTop: 20}}>You must try this window in incognito, with vpn and check if Id remains same. It will never change. <sub>[no brave support]</sub></p>
2828
</section>
2929
<footer>
30-
<div><a href='https://github.com/rajesh-royal' title='developer/author github account'>@rajesh-royal</a></div>
30+
<div><a href='https://x.com/Raj_896' title='developer/author twitter or X account'>@Raj_896</a></div>
3131
<div><a title='go to github link of this repo' href='https://github.com/Rajesh-Royal/Broprint.js'>GitHub</a></div>
3232
</footer>
3333
</div>

0 commit comments

Comments
 (0)