Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
ef81sp committed Jan 20, 2024
1 parent c747cc7 commit 99462a5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<!-- Open Graph Protocol -->
<meta
property="og:title"
content="めんちんどーじょー2 | チンイツ練習アプリ"
content="めんちんどーじょー2 | チンイツ・牌理練習アプリ"
/>
<meta
property="og:description"
content="自分のペースでチンイツを練習できるWebアプリ"
content="自分のペースでチンイツと牌理を練習できるWebアプリ"
/>
<meta
property="og:url"
Expand Down Expand Up @@ -52,7 +52,7 @@
</head>
<body class="light bg-emerald-100 p-2">
<header>
<h1 class="m-4 text-2xl font-black sm:text-4xl">めんちんどーじょー2</h1>
<h1 class="m-4 text-2xl font-black sm:text-4xl">めんちんどーじょー2 | チンイツ・牌理練習アプリ</h1>
</header>

<main class="m-auto md:max-w-3xl">
Expand Down
2 changes: 1 addition & 1 deletion src/components/NanimachiOptionDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ defineEmits(['hide'])
</div>

<div class="flex flex-col gap-2 *:flex *:items-center *:justify-start *:gap-2">
<p class="font-bold">待ちの数</p>
<p class="font-bold">待ちの数p</p>
<div>
<RadioButton
v-model="waitNum"
Expand Down
2 changes: 1 addition & 1 deletion src/views/HelpView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import ScrollPanel from 'primevue/scrollpanel'
<template #content>
<ScrollPanel class="h-[60svh] w-full p-2 md:h-[70svh]">
<h3 class="mb-3 mt-7 text-xl font-extrabold">概要</h3>
<p>自分のペースでチンイツを練習するためのツールです。</p>
<p>自分のペースでチンイツ・牌理を練習するためのツールです。</p>
<p>無料でご使用いただけます。</p>

<h3 class="mb-3 mt-7 text-xl font-extrabold">特徴</h3>
Expand Down
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ export default defineConfig({
},
includeAssets: ['favicon.ico'],
manifest: {
name: 'めんちんどーじょー2 | チンイツ練習アプリ',
name: 'めんちんどーじょー2 | チンイツ・牌理練習アプリ',
short_name: 'めんちんどーじょー2',
description: '自分のペースでチンイツを練習できるWebアプリ"',
description: '自分のペースでチンイツと牌理を練習できるWebアプリ"',
theme_color: '#d1fae5',
icons: [
{
Expand Down

0 comments on commit 99462a5

Please sign in to comment.