profullstack / profullstack/tutorlinkup-web
Missing favicon on website
Open
@codeharman is already working on this.
Since Oct 5, 2025.
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
🐞 Bug Description
The website currently does not display a favicon in the browser tab.
Without a favicon, the site appears less professional and is harder to identify among multiple open tabs.
URL: https://hiretesttakers.com/
💡 Suggested Fix
Add a favicon file (e.g. favicon.ico or favicon.png) and reference it in the HTML <head> section like this:
<link rel="icon" type="image/png" href="/favicon.png" />
### Expected Behavior
A favicon should appear in the browser tab beside the page title.
### Request
Please assign this issue to me — I’d like to fix it by adding the favicon.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.