Skip to content

Commit 726bdc8

Browse files
committed
refactor: Change app name
1 parent 77c310a commit 726bdc8

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Teamwize
1+
# Teampilot
22

33
## Introduction
4-
Teamwize is an open-source **vacation tracker web application** built for small to medium-sized companies to efficiently manage and track employee time off. Admins can manage leave requests, employee details, and organization settings through a user-friendly interface.
4+
Teampilot is an open-source **vacation tracker web application** built for small to medium-sized companies to efficiently manage and track employee time off. Admins can manage leave requests, employee details, and organization settings through a user-friendly interface.
55

66
## Features
77
- **Organization Management** (Admin Only): Admins can manage organization settings such as company details, week start day, and working days.
@@ -30,16 +30,16 @@ Teamwize is an open-source **vacation tracker web application** built for small
3030

3131
## Screenshots
3232

33-
| ![Teamwize Screenshot](public/screenshots/home.png) | ![Teamwize Screenshot](public/screenshots/balance.png) |
33+
| ![Teampilot Screenshot](public/screenshots/home.png) | ![Teampilot Screenshot](public/screenshots/balance.png) |
3434
|--------------------------------------------------------------|------------------------------------------------------------------|
35-
| ![Teamwize Screenshot](public/screenshots/leave-request.png) | ![Teamwize Screenshot](public/screenshots/official-holidays.png) |
36-
| ![Teamwize Screenshot](public/screenshots/requests.png) | ![Teamwize Screenshot](public/screenshots/organization.png) |
37-
| ![Teamwize Screenshot](public/screenshots/employees.png) | ![Teamwize Screenshot](public/screenshots/teams.png) |
38-
| ![Teamwize Screenshot](public/screenshots/signup.png) | |
35+
| ![Teampilot Screenshot](public/screenshots/leave-request.png) | ![Teampilot Screenshot](public/screenshots/official-holidays.png) |
36+
| ![Teampilot Screenshot](public/screenshots/requests.png) | ![Teampilot Screenshot](public/screenshots/organization.png) |
37+
| ![Teampilot Screenshot](public/screenshots/employees.png) | ![Teampilot Screenshot](public/screenshots/teams.png) |
38+
| ![Teampilot Screenshot](public/screenshots/signup.png) | |
3939

4040
## Quick Start
4141
To run the project:
42-
([link](https://github.com/teamwize/backend?tab=readme-ov-file#getting-started))
42+
([link](https://github.com/teampilot-hq/backend?tab=readme-ov-file#getting-started))
4343

4444
## Contributing
4545
We welcome contributions! To contribute:

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Teamwize</title>
7+
<title>Teampilot</title>
88
</head>
99

1010
<body>

src/components/sidebar/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default function Sidebar() {
4747
<div className="flex h-16 items-center border-b border-gray-200 px-6">
4848
<Link to="/" className="flex items-center gap-3">
4949
<Logo/>
50-
<span className="text-lg font-semibold text-gray-900">Teamwize</span>
50+
<span className="text-lg font-semibold text-gray-900">Teampilot</span>
5151
</Link>
5252
<Button variant="ghost" size="icon"
5353
className="ml-auto h-8 w-8 text-gray-500 hover:text-gray-600">

src/modules/settings/pages/SettingsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function SettingsPage() {
2424
{
2525
title: 'Guide',
2626
icon: BookOpen,
27-
path: 'https://github.com/teamwize',
27+
path: 'https://github.com/teampilot-hq',
2828
color: 'text-teal-600',
2929
external: true
3030
}

0 commit comments

Comments
 (0)