Skip to content

Commit

Permalink
v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yyluchkiv committed Oct 20, 2024
1 parent 0aa4b24 commit 2e0e039
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yurii-luchkiv.github.io",
"version": "1.4.1",
"version": "1.4.2",
"private": true,
"scripts": {
"dev": "next dev -p 4001",
Expand Down
2 changes: 1 addition & 1 deletion src/app/apps/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function About() {
return (
<div className="page-container">
<div className="app-card">
<h3 className={`${titleFont.className} app-card-title`}>DadApp, 17 users</h3>
<h3 className={`${titleFont.className} app-card-title`}>DadApp, 18 users</h3>
<p>mobile app to securely store family data</p>
<a className="link" target={'_blank'}
href={"https://dadapp.app"}>
Expand Down

0 comments on commit 2e0e039

Please sign in to comment.