SPRINT 5 ‐ Settings Back Buttons - BlueJayBird11/UniJet GitHub Wiki
The goal of this user story is to add back buttons to the Settings page and its subpages. This is a simple add on that is done by creating a button and having it link to the destination URL when clicked. The following code can be reused for each page. Adjust the URL if needed.
<Link to="/settings" className="absolute top-0 left-0 mt-4 ml-4 flex items-center text-white">
<ChevronLeftIcon className="h-5 w-5 mr-1" />
Back
</Link>