Skip to content

Commit a6267ea

Browse files
committed
chore(example): improve attention user message
1 parent 6bc0565 commit a6267ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
flex-direction: column;
1616
}
1717

18-
#warning {
18+
#attention {
1919
text-align: center;
2020
text-decoration: underline;
2121
}
@@ -45,7 +45,7 @@
4545
</style>
4646
</head>
4747
<body>
48-
<div id="warning">You are about to host files on the public IPFS network!</div>
48+
<div id="attention"><strong>Attention:</strong> Files added will be hosted on the <strong>public</strong> IPFS network!</div>
4949
<div id="entry-zone" class="drop-zone">
5050
Drop files or folders (FileSystemEntry API)
5151
</div>

0 commit comments

Comments
 (0)