Plaid can now be linked by clients.
This commit is contained in:
@@ -14,4 +14,8 @@
|
||||
[:a.item {:href (bidi/path-for routes/routes :reports)
|
||||
:class [(active-when ap = :reports)]}
|
||||
[:span {:class "icon icon-receipt" :style {:font-size "25px"}}]
|
||||
[:span {:class "name"} "Reports"]]]]]))
|
||||
[:span {:class "name"} "Reports"]]]]
|
||||
[:li.menu-item
|
||||
[:a {:href (bidi/path-for routes/routes :plaid), :class (str "item" (active-when ap = :plaid))}
|
||||
[:span {:class "icon icon-saving-bank-1" :style {:font-size "25px"}}]
|
||||
[:span {:class "name"} "Plaid Link"]]]]))
|
||||
|
||||
Reference in New Issue
Block a user