tehseen01 / instagram-clone

This repository contains the code for an Instagram clone, a frontend web application built using Next.js and Tailwind CSS. It aims to replicate the core features and design of the popular social media platform, Instagram.
https://instagram-clone-tehseen01.vercel.app
MIT License
4 stars 1 forks source link

Search bar results on explore page do not work #4

Closed tehseen01 closed 1 year ago

tehseen01 commented 1 year ago

As a user when I search for a user on the explore page using the searchbar, I see a list of matching results. However, when I click on any of the results, nothing happens. I expect to be redirected to the user profile page of the result I clicked on.

Steps to reproduce:

  1. Go to the explore page
  2. Type a username in the searchbar
  3. Click on any of the results

Actual behavior: Nothing happens when I click on a result.

Expected behavior: user should be redirected to the user profile page of the result user clicked on.