profullstack / profullstack/tutorlinkup-web

Missing favicon on website

Open
#2 3 comments 1 reaction 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.