We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78f097 commit 52bc281Copy full SHA for 52bc281
frontend/src/App.tsx
@@ -36,7 +36,7 @@ function App() {
36
onClick={() => navigate("/board")}
37
className="title-base-button btn-story"
38
>
39
- 共有されたストーリー見る
+ みんなのストーリーを見る
40
</Button>
41
</div>
42
</Paper>
frontend/src/Result/Components/ShareModal.tsx
@@ -11,7 +11,7 @@ interface Props {
11
12
function buildShareText(gameId: number): string {
13
const shareUrl = `${globalThis.location.origin}/board/${gameId}`;
14
- return `「あれちゃう?知らんけど。」で遊んだで!これうちのお気に入りやねん!\n${shareUrl}\n\n#あれ知ら #KC3Hack`;
+ return `「あれちゃう?知らんけど。」で遊んだで!これうちのお気に入りやねん!\n${shareUrl}\n\n#あれ知ら #KC3Hack2026`;
15
}
16
17
export default function ShareModal({ gameId, onClose }: Props) {
0 commit comments