Skip to content

Commit b670fcd

Browse files
committed
feat: delete input key button
1 parent 5146933 commit b670fcd

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

src/app/memes/giphy/components/giphy-client.tsx

-13
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,6 @@ export function GiphyClient() {
6868
<Input id="search" type="text" value={query}
6969
onChange={(e) => setQuery(e.target.value)} />
7070
</div>
71-
<div className="grid gap-2">
72-
<Label htmlFor="password">
73-
Where might my key be hiding, Gustaf?{" "}
74-
<a
75-
href="https://github.com/GHGHGHKO/tauri-get-memes/wiki/I-hate-key-input"
76-
className="font-medium text-primary underline underline-offset-4"
77-
target="_blank" rel="noopener noreferrer">
78-
I hate key input
79-
</a>
80-
</Label>
81-
<Input id="password" type="password" placeholder="xxxxxxACSKexUfqoKqSQxxxxxxh63zdC25ubpuA"
82-
onChange={(e) => setKey(e.target.value)} />
83-
</div>
8471
<div className="grid gap-2">
8572
<Label htmlFor="search">Hit me with your best shot!! (1~50)</Label>
8673
<Input id="limit" type="text" value={limit}

src/app/memes/tenor/components/tenor-client.tsx

-13
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,6 @@ export function Tenor() {
7272
<Input id="search" type="text" value={query}
7373
onChange={(e) => setQuery(e.target.value)} />
7474
</div>
75-
<div className="grid gap-2">
76-
<Label htmlFor="password">
77-
Where might my key be hiding, Gustaf?{" "}
78-
<a
79-
href="https://github.com/GHGHGHKO/tauri-get-memes/wiki/I-hate-key-input"
80-
className="font-medium text-primary underline underline-offset-4"
81-
target="_blank" rel="noopener noreferrer">
82-
I hate key input
83-
</a>
84-
</Label>
85-
<Input id="password" type="password" placeholder="xxxxxxACSKexUfqoKqSQxxxxxxh63zdC25ubpuA"
86-
onChange={(e) => setKey(e.target.value)} />
87-
</div>
8875
<div className="grid gap-2">
8976
<Label htmlFor="search">Hit me with your best shot!! (1~50)</Label>
9077
<Input id="limit" type="text" value={limit}

0 commit comments

Comments
 (0)