Skip to content

Commit

Permalink
ui wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
haram082 committed Jan 14, 2025
1 parent 2c20ec3 commit 7f2af36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/src/app/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ const Dashboard = () => {
setNewPageId('');
setNewPageName('');
alert('New page created successfully!');
setTimeout(() => window.location.reload(), 1000);

} else {
if (!selectedPage || !content) return;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function LoginPage() {
<div className="flex min-h-screen bg-gray-50">
<div className="w-full max-w-md m-auto bg-white rounded-lg shadow-md p-8">
<h2 className="text-2xl font-bold text-center text-gray-800 mb-8">
Login to Dashboard
Login to ASPC
</h2>

<form onSubmit={handleSubmit} className="space-y-6">
Expand Down

0 comments on commit 7f2af36

Please sign in to comment.