shivansh-bhatnagar18 / multiplayer-uno

https://multiplayer-uno.vercel.app
20 stars 43 forks source link

frontend: Added error Page #35

Closed PrathamX595 closed 1 month ago

PrathamX595 commented 1 month ago

Added Error Page

Fixes: #21

Description

added an error page which is rendered when an unknown route is accessed, it contains a link to go back to home page of the game.

How to Test

  1. use the command npm run dev in the console and open the application.
  2. In the search box add /k (or any other route which is not recognized by the router) after the existing text.

Checklist

Screenshots (if applicable)

70e10a13-76c8-4561-8532-b4486e8272bd

kuv2707 commented 1 month ago

@PrathamX595 Please remove the merge commit and use rebase to sync your branch with upstream/master.

Also please adhere to the commit message format as described in CONVENTIONS.md

PrathamX595 commented 1 month ago

@kuv2707 I am having trouble removing the merge commit can someone assist me ?

PrathamX595 commented 1 month ago

@kuv2707 I have implemented the recommended changes let me know if anything else needs to be done.