We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf3aa3 commit ee489f4Copy full SHA for ee489f4
src/App.module.css
@@ -21,6 +21,11 @@ body {
21
height: auto;
22
}
23
24
+.applicationNotice {
25
+ color: #777777;
26
+ font-size: 15px;
27
+}
28
+
29
@media only screen and (max-width: 375px) {
30
.container {
31
width: auto;
src/App.tsx
@@ -22,6 +22,10 @@ function App() {
<>
<Header />
<div className={styles.container}>
+ <div className={styles.applicationNotice}>
+ 本「LINEミニアプリプレイグラウンド」は日本限定のサービスです。<br />
+ This “LINE MINI App Playground” is available only in Japan.
+ </div>
<div className={styles.liffIdBox}>
<Input readonly value={`URL: ${appUrl}`} />
<img src={QR_IMG_MAP[filter]} className={styles.qrCode} />
0 commit comments