Skip to content

feat: add favicon#51

Open
PranavShadow wants to merge 2 commits into
Ashmita1206:mainfrom
PranavShadow:main
Open

feat: add favicon#51
PranavShadow wants to merge 2 commits into
Ashmita1206:mainfrom
PranavShadow:main

Conversation

@PranavShadow

Copy link
Copy Markdown

Solves issue #44

Changes Made

  • Created client/public/ folder
  • Added favicon.png to client/public/
  • Updated index.html to reference the favicon

Previously:
image

on Updation:
image

The new Project Structure includes:

stackit-qa-platform/
├── client/                 # React frontend
│   ├── public/             ✅ New Public Folder Created
│   │   └── favicon.png     ✅ Favicon added here
│   ├── src/
│   │   ├── components/     # Reusable components
│   │   ├── contexts/       # React contexts
│   │   ├── pages/          # Page components
│   │   ├── utils/          # Utility functions
│   │   └── index.css       # Global styles
│   ├── index.html          ✅ Made Updated to this
│   ├── package.json
│   └── vite.config.js
├── server/                 # Node.js backend
│   ├── config/             # Configuration files
│   ├── middleware/         # Express middleware
│   ├── models/             # Mongoose models
│   ├── routes/             # API routes
│   ├── package.json
│   └── index.js
├── package.json            # Root package.json
└── README.md

@vercel

vercel Bot commented May 30, 2026

Copy link
Copy Markdown

@PranavShadow is attempting to deploy a commit to the anglenobida003-8112's projects Team on Vercel.

A member of the Team first needs to authorize it.

@PranavShadow

Copy link
Copy Markdown
Author

@Ashmita1206 this PR is created to solve issue #44 kindly review and merge this.

@aditya-sharma-devs

Copy link
Copy Markdown

HI, @Ashmita1206 , if the issue is still available ,I would like to work on it under SSOC'26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants