undo the onClick since it is not reliable

This commit is contained in:
Aaron Bieber 2024-07-08 20:33:11 -06:00
parent 9e292c1f5a
commit 66436432d7
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

2
assets/main.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -709,9 +709,7 @@ viewLink link =
[ div [ class "icon" ]
[ span [ onClick (DeleteLink link.id) ] [ text "×" ]
, a
[ onClick (IncrementLink link.id)
-- , href link.url
[ href link.url
]
[ div
[]