Skip to content

Commit 30bf85b

Browse files
committed
update: OGPの情報更新
1 parent 9c62c30 commit 30bf85b

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

app/javascript/components/shogi/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1724,6 +1724,8 @@ class Room extends React.Component {
17241724
<div id="debugArea"
17251725
className="w-[90%] h-[50%] fixed top-7 right-4 z-50 opacity-80 border bg-gray-500 items-center justify-center overflow-auto whitespace-pre-line"
17261726
>
1727+
<h3>Version1</h3>
1728+
17271729
<span className="font-semibold m-5">あなたは{yourRole}</span>
17281730

17291731
<button

app/javascript/matching.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,6 +1190,7 @@ class Matching extends React.Component {
11901190
<div
11911191
className="w-[70%] h-[50%] fixed top-7 left-4 opacity-85 bg-black overflow-auto"
11921192
>
1193+
<h3>Version1</h3>
11931194
{(() => {
11941195
try {
11951196
if (debugMassage) {

app/views/layouts/application.html.erb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,16 @@
3232

3333
<meta property="og:url" content="https://propugnare.online/">
3434
<meta property="og:type" content="website">
35-
<meta property="og:title" content="Propugnare - プログラミングバトルアプリ">
36-
<meta property="og:site_name" content="Propugnare - プログラミングバトルアプリ">
35+
<meta property="og:title" content="Propugnare - 無料オンライン将棋アプリ | 対戦・練習・棋譜解析">
36+
<meta property="og:site_name" content="Propugnare - 無料オンライン将棋アプリ | 対戦・練習・棋譜解析">
37+
<meta property="og:description" content="いつでもどこでも将棋対局が楽しめるオンラインバトルアプリ。リアルタイムで全国の棋士と対戦し、棋力向上を目指そう。無料で始められる本格将棋アプリ。">
3738
<meta property="og:image" content="https://propugnare.online/og-image.png">
3839

3940
<!--<meta name="twitter:card" content="summary">-->
4041
<meta name="twitter:card" content="summary_large_image">
4142
<meta name="twitter:site" content="@RollTall">
42-
<meta name="twitter:title" content="Propugnare - プログラミングバトルアプリ">
43-
<meta name="twitter:description" content="コードを武器に戦う新感覚のプログラミングバトルアプリ。あなたの論理的思考と戦略が勝利を左右します。今すぐ参加して、コーディングスキルを競い合いましょう!" />
43+
<meta name="twitter:title" content="Propugnare - 無料オンライン将棋アプリ | 対戦・練習・棋譜解析">
44+
<meta name="twitter:description" content="いつでもどこでも将棋対局が楽しめるオンラインバトルアプリ。リアルタイムで全国の棋士と対戦し、棋力向上を目指そう。無料で始められる本格将棋アプリ。" />
4445
<meta name="twitter:image" content="https://propugnare.online/og-image.png" />
4546

4647
<!--<script src="https://cdn.tailwindcss.com"></script>-->

0 commit comments

Comments
 (0)