HannahTalksDev / HannahTalksDev/MedicineSymptomLookup
GROUP 3- Add information on what the lookup is about in a p tag underneath the h1
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Add descriptive subtitle to Drug Symptom Lookup
**Problem:**
The Drug Symptom Lookup page needs additional information to help users understand what the application does.
**Task:**
Add a subtitle paragraph that explains the purpose of the lookup feature.
**File Location:**
Navigate to `src/app/page.tsx`
**Instructions:**
1. Open `src/app/page.tsx`
2. Find the `
` tag with "Drug Symptom Lookup" (around line 56)
3. Add the following code directly underneath the closing `` tag:
```jsx
Search for a medication to see reported adverse events
```
---
**Submission Instructions:**
1. Checkout a new branch: `git checkout -b #3/add-lookup-subtitle`
2. Make the changes described above
3. Stage changes: `git add .`
4. Commit: `git commit -m "Add descriptive subtitle to Drug Symptom Lookup"`
5. Push branch: `git push origin #3/add-lookup-subtitle`
6. Create a pull request against `main` on GitHub (remember to select your own branch)
**Notes:**
- Branch name format: `#3/descriptive-name` to link with this issue
- Can use VS Code's Git tools as an alternative to CLI
- Pull request description will be added as homework
Contributor guide
Assessment
This issue has not been assessed yet.