Skip to content

Commit

Permalink
pinkie bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Apr 4, 2024
1 parent 2ee2ac9 commit 0c3d9c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Expand Up @@ -4,7 +4,7 @@
]
:deps
{org.clojure/clojure {:mvn/version "1.11.1"}
org.pinkgorilla/pinkie {:mvn/version "0.5.231"} ; box
org.pinkgorilla/pinkie {:mvn/version "0.5.231"}; box
}
:aliases
{; github ci
Expand Down
2 changes: 1 addition & 1 deletion src/pinkgorilla/layout/tab.cljs
@@ -1,7 +1,7 @@
(ns pinkgorilla.layout.tab
(:require
[reagent.core :as r]
[pinkie.ui :refer [apply-box-style]]))
[pinkie.ui.core :refer [apply-box-style]]))

(defn- tab-menu [{:keys [active select-page]
:or {active 0}} tabs]
Expand Down

0 comments on commit 0c3d9c1

Please sign in to comment.