Skip to content

Commit

Permalink
Add link to poe2.re
Browse files Browse the repository at this point in the history
  • Loading branch information
veiset committed Dec 4, 2024
1 parent 88021cf commit cb31ace
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/layout/PageLinks.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
padding-left: 5px;
}

.poe2-link {
margin-top: 0;
padding-top: 10px;
margin-bottom: 5px;
padding-right: 5px;
padding-left: 10px;
}

.support-icon {
padding-top: 10px;
padding-left: 10px;
Expand Down
5 changes: 5 additions & 0 deletions src/layout/PageLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ const PageLinks = () => {
return (<div className="page-link-wrapper">
<div className="page-link-header">Path of Regex</div>
<div className="page-links">
<p className="poe2-link">
<a className="source-link" href="https://poe2.re" rel="noreferrer">
Path of Exile 2 Regex
</a>
</p>
<PageLink text="Vendor" icon={vendorIcon} route={"/"} currentPage={currentPage}/>
<PageLink text="Map mods" icon={mapIcon} route={"/maps"} currentPage={currentPage}/>
<PageLink text="Magic Items" icon={alterationIcon} route={"/items"} currentPage={currentPage}/>
Expand Down

0 comments on commit cb31ace

Please sign in to comment.