Skip to content

Commit

Permalink
make a def private
Browse files Browse the repository at this point in the history
  • Loading branch information
briansztamfater committed Apr 3, 2024
1 parent a12d342 commit ea7db86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quo/components/wallet/network_link/helpers.cljs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ns quo.components.wallet.network-link.helpers)

(def central-figure-width 63)
(def ^:private central-figure-width 63)

(defn calculate-side-lines-path-1x
"Calculates the `d` attribute for the side lines based on the SVG width."
Expand Down

0 comments on commit ea7db86

Please sign in to comment.