File tree 2 files changed +0
-26
lines changed
2 files changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -68,19 +68,6 @@ export function GiphyClient() {
68
68
< Input id = "search" type = "text" value = { query }
69
69
onChange = { ( e ) => setQuery ( e . target . value ) } />
70
70
</ 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 >
84
71
< div className = "grid gap-2" >
85
72
< Label htmlFor = "search" > Hit me with your best shot!! (1~50)</ Label >
86
73
< Input id = "limit" type = "text" value = { limit }
Original file line number Diff line number Diff line change @@ -72,19 +72,6 @@ export function Tenor() {
72
72
< Input id = "search" type = "text" value = { query }
73
73
onChange = { ( e ) => setQuery ( e . target . value ) } />
74
74
</ 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 >
88
75
< div className = "grid gap-2" >
89
76
< Label htmlFor = "search" > Hit me with your best shot!! (1~50)</ Label >
90
77
< Input id = "limit" type = "text" value = { limit }
You can’t perform that action at this time.
0 commit comments