mirror of
https://github.com/jnsahaj/tweakcn.git
synced 2026-08-28 23:02:07 +08:00
small copy change
This commit is contained in:
@@ -259,7 +259,7 @@ function Controls() {
|
||||
placeholder={
|
||||
!allowCrossOrigin
|
||||
? "Enter same-origin URL for direct theme injection"
|
||||
: "Enter website URL (e.g., http://localhost:3000/login)"
|
||||
: "Enter website URL (e.g. http://localhost:3000/login)"
|
||||
}
|
||||
value={inputUrl}
|
||||
onChange={(e) => setInputUrl(e.target.value)}
|
||||
|
||||
Reference in New Issue
Block a user