Skip to content

Commit e4bb76a

Browse files
committed
Initial commit
1 parent 9888375 commit e4bb76a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Components/ElementSelectionMenu/ElementSelectionMenuFooter.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const ElementSelectionMenuFooter = () => {
7373
<FooterLinkContainer>
7474
<BugReportIcon />
7575
<Link
76-
href="https://github.com/PoglyApp/PoglyStandalone/issues"
76+
href="https://github.com/PoglyApp/pogly-standalone/issues"
7777
target="_blank"
7878
underline="always"
7979
sx={{ paddingTop: "3px", paddingLeft: "5px", color: "#ffffffa6" }}
@@ -85,7 +85,7 @@ export const ElementSelectionMenuFooter = () => {
8585
<FooterLinkContainer>
8686
<GitHubIcon />
8787
<Link
88-
href="https://github.com/PoglyApp/PoglyStandalone"
88+
href="https://github.com/PoglyApp/pogly-standalone"
8989
target="_blank"
9090
underline="always"
9191
sx={{ paddingTop: "3px", paddingLeft: "5px", color: "#ffffffa6" }}

src/Components/Modals/SettingModals.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export const SettingsModal = (props: IProp) => {
276276
sx={{ backgroundColor: "#f57c00 !important", color: "#212121", marginTop: "20px", maxWidth: "280px" }}
277277
>
278278
You have an outdated Pogly version!{" "}
279-
<a href="https://github.com/PoglyApp/PoglyStandalone/Releases">Grab the new version here</a>.
279+
<a href="https://github.com/PoglyApp/pogly-standalone/Releases">Grab the new version here</a>.
280280
</Alert>
281281
)}
282282
</FormGroup>

0 commit comments

Comments
 (0)