Skip to content

Commit 52bc281

Browse files
committed
スタート画面のボタンの文言の修正とXで共有する際のハッシュタグの修正
1 parent b78f097 commit 52bc281

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function App() {
3636
onClick={() => navigate("/board")}
3737
className="title-base-button btn-story"
3838
>
39-
共有されたストーリー見る
39+
みんなのストーリーを見る
4040
</Button>
4141
</div>
4242
</Paper>

frontend/src/Result/Components/ShareModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ interface Props {
1111

1212
function buildShareText(gameId: number): string {
1313
const shareUrl = `${globalThis.location.origin}/board/${gameId}`;
14-
return `「あれちゃう?知らんけど。」で遊んだで!これうちのお気に入りやねん!\n${shareUrl}\n\n#あれ知ら #KC3Hack`;
14+
return `「あれちゃう?知らんけど。」で遊んだで!これうちのお気に入りやねん!\n${shareUrl}\n\n#あれ知ら #KC3Hack2026`;
1515
}
1616

1717
export default function ShareModal({ gameId, onClose }: Props) {

0 commit comments

Comments
 (0)