We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504273f commit 23d2b60Copy full SHA for 23d2b60
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#あれ知ら #KC3Hack`;
15
}
16
17
export default function ShareModal({ gameId, onClose }: Props) {
0 commit comments