Skip to content

Commit

Permalink
fix: ToC item title (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnd280 committed Nov 28, 2024
1 parent 9bc2ef2 commit 6baa553
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Consider giving a star ⭐ on [Github](https://github.com/pnd280/complexity).

---

## v0.0.5.18
## v0.0.5.18 + v0.0.5.19

_Release date: 27th Nov, 2024_

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "complexity",
"displayName": "Complexity - Perplexity AI Supercharged",
"version": "0.0.5.18",
"version": "0.0.5.19",
"author": "pnd280",
"description": "⚡ Supercharge your Perplexity AI",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/DomSelectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const DomSelectors = {
TEXT_COL_CHILD: {
/** The query box */
QUERY: ".my-md.md\\:my-lg",
QUERY_TITLE: ".group\\/title>:last-child",
QUERY_TITLE: ".group\\/title>:nth-last-child(2)",
/** The answer box */
ANSWER: ".mb-md",
/** The answer heading */
Expand Down

0 comments on commit 6baa553

Please sign in to comment.