Goal / Objective
The website currently has a 'View Tour' button located at the bottom of the main page. However, it is difficult to see and hidden from view unless the user scrolls down. The objective is to make this button permanently stuck to the bottom of the screen next to the imported 'Feedback' button.
Architectural Scope
- Target Subsystem: Frontend only (no backend)
- Affected Directory: /frontend/src/
- Relevant Files/Interfaces: - ViewTourButton.tsx, Home.tsx
- Other instructions Use Material UI to be consistent with the rest of the project.
Current Behavior vs. Expected Behavior
- Current State: The button is located near the bottom of the website and spans the entire width of the webpage
- Expected State: The button becomes a floating action button positioned next to the imported 'Feedback' button at the bottom of the webpage.
Goal / Objective
The website currently has a 'View Tour' button located at the bottom of the main page. However, it is difficult to see and hidden from view unless the user scrolls down. The objective is to make this button permanently stuck to the bottom of the screen next to the imported 'Feedback' button.
Architectural Scope
Current Behavior vs. Expected Behavior