Skip to content

Commit

Permalink
fix: updated link (#245)
Browse files Browse the repository at this point in the history
* fix: updated link

* fix: revise formatting

* Update src/content-scripts/components/AddPRToHighlights/AddPRToHighlightsButton.ts

Co-authored-by: Brian Douglas <bdougie@users.noreply.github.com>

---------

Co-authored-by: Brian Douglas <bdougie@users.noreply.github.com>
  • Loading branch information
CBID2 and bdougie committed Aug 15, 2023
1 parent c791b3e commit fe1a58b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ export const AddPRToHighlightsButton = () => {
openSaucedLogoIcon,
)}>
<details-menu id="details-menu-os" class="dropdown-menu hidden dropdown-menu-sw color-fg-default w-48 mt-2">
<a href="https://${OPEN_SAUCED_INSIGHTS_DOMAIN}/feed?prurl=${encodeURIComponent(window.location.href)}" class="dropdown-item" target="_blank">
<a href="https://${OPEN_SAUCED_INSIGHTS_DOMAIN}/feed?new=true&prurl=${encodeURIComponent(
window.location.href,
)}" class="dropdown-item" target="_blank">
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-plus">
<path d="M7.75 2a.75.75 0 0 1 .75.75V7h4.25a.75.75 0 0 1 0 1.5H8.5v4.25a.75.75 0 0 1-1.5 0V8.5H2.75a.75.75 0 0 1 0-1.5H7V2.75A.75.75 0 0 1 7.75 2Z"></path>
</svg> Add PR to Highlights
Expand Down

0 comments on commit fe1a58b

Please sign in to comment.