Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: removed double entry by correcting <ul> hierarchy (#176)
## PR Checklist - [x] Addresses an existing open issue: fixes #175 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/refined-saved-replies/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/refined-saved-replies/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Previously, the `<div>` and `<ul>` were being added as children of the existing `<ul>`. They should be added as siblings.
- Loading branch information