Skip to content

Commit

Permalink
edit name of proj
Browse files Browse the repository at this point in the history
  • Loading branch information
alvin1904 committed Sep 4, 2023
1 parent c60dfb7 commit 2152bfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "password-generator-svelte",
"name": "generate-ur-password",
"version": "0.0.1",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width" />
<title>Alvin's Password Generator</title>
<title>generate ur password</title>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
Expand Down

0 comments on commit 2152bfb

Please sign in to comment.