Skip to content

Commit

Permalink
update: Define the URL of the support page as a variable
Browse files Browse the repository at this point in the history
* 支援ページのURLを変数に定義
  • Loading branch information
ryohidaka committed Jul 25, 2023
1 parent 33f1de3 commit 8e78855
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/popup/Popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const Popup = () => {
})
}

const donationPageUrl = "https://pielotopica.booth.pm/items/4955538";
return (
<>
<AppBar position="static" sx={{ minWidth: 400 }}>
Expand Down Expand Up @@ -99,7 +100,7 @@ const Popup = () => {
/>

<Link
href="https://pielotopica.booth.pm/items/4955538"
href={donationPageUrl}
target="_blank"
rel="noopener"
underline="hover"
Expand Down

0 comments on commit 8e78855

Please sign in to comment.