-
Notifications
You must be signed in to change notification settings - Fork 7
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
The application currently displays the default Next.js branding in two prominent places: the page header/title and the browser tab icon (favicon). These should be updated to reflect the project's actual identity.
Locations to Change:
-
Page Title: The title displayed in the browser tab currently says "Create Next App" or something similar.
- Expected: It should be updated to
Bunkify - Smart Attendance
. - Hint for developers: This is likely controlled by the
<title>
tag within themetadata
object in the mainapp/layout.tsx
file.
- Expected: It should be updated to
-
Favicon (Tab Icon): The icon in the browser tab is the default Next.js logo.
- Expected: This should be replaced with a custom Bunkify logo.
- Note: A new logo file (
.ico
,.svg
, or.png
) will need to be created and used to replace the defaultfavicon.ico
located in theapp/
directory.
Acceptance Criteria:
- The page title in the browser tab consistently shows "Bunkify - Smart Attendance".
- The browser tab icon is updated from the Next.js logo to a new Bunkify logo.
- The old
favicon.ico
is removed and replaced.
This is a great good first issue for new contributors.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed