Skip to content

Commit

Permalink
Merge pull request #57 from y-chan/fix/issue-url
Browse files Browse the repository at this point in the history
訂正依頼URLの修正
  • Loading branch information
trpfrog authored Dec 24, 2023
2 parents 321b66c + 4aa2b7b commit cb88cd3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function RichEntryButtons(props: EntryButtonProps) {
<ShareSpan slug={post.slug}>
<EntryButton icon={faTwitter} text={'ツイート'} />
</ShareSpan>
<a href={'https://github.com/TrpFrog/next-trpfrog-net/issues'}>
<a href={'https://github.com/TrpFrog/trpfrog.net/issues'}>
<EntryButton icon={faPencil} text={'訂正依頼'} />
</a>
{extended && (
Expand Down Expand Up @@ -62,7 +62,7 @@ export function EntryButtons({ post, style, ...rest }: EntryButtonProps) {
</ShareSpan>
<Button
externalLink={true}
href={'https://github.com/TrpFrog/next-trpfrog-net/issues'}
href={'https://github.com/TrpFrog/trpfrog.net/issues'}
>
訂正リクエスト
</Button>
Expand Down

1 comment on commit cb88cd3

@vercel
Copy link

@vercel vercel bot commented on cb88cd3 Dec 24, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.