Skip to content

Commit

Permalink
Merge pull request #32 from Code-for-Yamaguchi/feature/discord
Browse files Browse the repository at this point in the history
コミュニティ参加のリンクをDiscordに変更
  • Loading branch information
Myaon authored Jul 27, 2024
2 parents 52bff1d + a8d2a92 commit a9c47dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ export const Hero = () => {
</p>
<div className="flex flex-col space-y-6 lg:w-[380px] mb-6">
<Button asChild className="p-6 lg:p-2">
<ExternalLink href="https://join.slack.com/t/codeforyamaguchi/shared_invite/zt-dpiqhr12-LgiU8gAKZ_02Alkc5BoV8w">
オンラインコミュニティ(Slack)
<ExternalLink href="https://discord.gg/3CjrJa69jP">
オンラインコミュニティ(Discord)
<br className="block lg:hidden" />
への参加はこちら
<ExternalLinkIcon className="ml-2 h-4 w-4" />
Expand Down
4 changes: 2 additions & 2 deletions src/components/about/AboutList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export const AboutList = () => {
</p>
{about.btn && (
<Button asChild className="mt-4">
<ExternalLink href="https://join.slack.com/t/codeforyamaguchi/shared_invite/zt-dpiqhr12-LgiU8gAKZ_02Alkc5BoV8w">
コミュニティ(Slack)への参加はこちら
<ExternalLink href="https://discord.gg/3CjrJa69jP">
コミュニティ(Discord)への参加はこちら
<ExternalLinkIcon className="ml-2 h-4 w-4" />
</ExternalLink>
</Button>
Expand Down

0 comments on commit a9c47dc

Please sign in to comment.