Skip to content

Commit

Permalink
fix: gui client form link
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-tra committed Nov 24, 2022
1 parent f17e5dc commit 6fbeaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ func (as *AppState) ShowApiKeyDialog() {
apiKeyLabel := widget.NewLabel("Your current API-Key: " + as.apiKey + "\nIf you didn't enter one it was generated for you.")
apiKeyLabel.TextStyle = fyne.TextStyle{Italic: true}
urlBtn := widget.NewButton("Request\npersonal API-Key", func() {
u, err := url.ParseRequestURI("https://forms.gle/gwc4NtgdFbKcaeza9")
u, err := url.ParseRequestURI("https://forms.gle/h1ABCpS87jYmg9a48")
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 6fbeaa4

Please sign in to comment.