Skip to content

Commit

Permalink
Merge pull request #107 from Bear29ers/feature/replace_website_url
Browse files Browse the repository at this point in the history
💬 text: replace website url
  • Loading branch information
Bear29ers authored Jun 26, 2024
2 parents 8b6ac50 + 8290fa5 commit 64f5e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/common/constants/about.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ export const PROFILE_DETAILS: ProfileDetail[] = [
},
{
type: 'website',
// TODO: サイトデプロイ後に修正
content: 'https://bear29ers.github.io',
content: 'https://bear29ers.com',
icon: WebsiteIcon,
},
];
Expand Down
2 changes: 1 addition & 1 deletion src/components/profiles/Status/Status.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const profileDetails = {
},
website: {
icon: 'WebsiteIcon',
text: 'https://bear29ers.github.io',
text: 'https://bear29ers.com',
},
};

Expand Down

0 comments on commit 64f5e04

Please sign in to comment.