Skip to content

Commit ee489f4

Browse files
committed
Add a notice about this application
1 parent bdf3aa3 commit ee489f4

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/App.module.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ body {
2121
height: auto;
2222
}
2323

24+
.applicationNotice {
25+
color: #777777;
26+
font-size: 15px;
27+
}
28+
2429
@media only screen and (max-width: 375px) {
2530
.container {
2631
width: auto;

src/App.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ function App() {
2222
<>
2323
<Header />
2424
<div className={styles.container}>
25+
<div className={styles.applicationNotice}>
26+
本「LINEミニアプリプレイグラウンド」は日本限定のサービスです。<br />
27+
This “LINE MINI App Playground” is available only in Japan.
28+
</div>
2529
<div className={styles.liffIdBox}>
2630
<Input readonly value={`URL: ${appUrl}`} />
2731
<img src={QR_IMG_MAP[filter]} className={styles.qrCode} />

0 commit comments

Comments
 (0)