Skip to content
This repository was archived by the owner on Jul 10, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/promlens
.idea

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't include your local editor ignores in the repo. Use git config --global core.excludesFile.

Suggested change
.idea

/npm_licenses.tar.bz2
2 changes: 1 addition & 1 deletion app/src/PromLens/PromLensUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const PromLens: FC<PromLensUIStateProps & PromLensUIOwnProps & PathPrefixProps>
<strong className="mr-auto">First time here?</strong>
</Toast.Header>
<Toast.Body>
Check out an <a href="/?example">example page</a> with multiple queries or take a{' '}
Check out an <a href="./?example">example page</a> with multiple queries or take a{' '}
<a href="https://promlens.com/">feature tour</a>.
</Toast.Body>
</Toast>
Expand Down