Skip to content

UI/Branding: Replace default Next.js branding with 'Bunkify' #15

@rakshitjain23

Description

@rakshitjain23

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:

  1. 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 the metadata object in the main app/layout.tsx file.
  2. 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 default favicon.ico located in the app/ 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

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions