Skip to content

Commit

Permalink
frontend: comment out the file upload button
Browse files Browse the repository at this point in the history
This feature is not implemented yet
  • Loading branch information
FrostyX committed Jan 10, 2025
1 parent fec2d34 commit 62b0419
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/app/prompt/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@
[:form
[:div
{:class "input-group text-center"}
[:span
{:class "input-group-addon btn btn-secondary"}
[:i {:class "fa-solid fa-upload prompt-icon"}]]
;; [:span
;; {:class "input-group-addon btn btn-secondary"}
;; [:i {:class "fa-solid fa-upload prompt-icon"}]]
[:textarea
{:class "form-control"
:id "promptTextarea"
Expand Down

0 comments on commit 62b0419

Please sign in to comment.