Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
shanberg committed Apr 11, 2022
1 parent 5f976a5 commit 7bc4e09
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/cljs/athens/views/athena.cljs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ns athens.views.athena
(:require
["/components/Icons/Icons" :refer [PageAddIcon XmarkIcon PageIcon BlockIcon ArrowRightIcon]]
["/components/Icons/Icons" :refer [PageAddIcon XmarkIcon ArrowRightIcon]]
["@chakra-ui/react" :refer [Modal ModalContent ModalOverlay VStack Button IconButton Input HStack Heading Text]]
[athens.common.utils :as utils]
[athens.db :as db :refer [search-in-block-content search-exact-node-title search-in-node-title re-case-insensitive]]
Expand Down Expand Up @@ -139,11 +139,11 @@
:isActive active?
:onClick on-click
:sx {"span[class*='icon']:last-child" {:ml "auto"
:mr "1rem"
:marginBlock "-0.2rem"
:alignItems "center"
:fontSize "1.5em"
:alignSelf "center"}}}
:mr "1rem"
:marginBlock "-0.2rem"
:alignItems "center"
:fontSize "1.5em"
:alignSelf "center"}}}
[:> VStack {:align "stretch"
:spacing 1
:overflow "hidden"}
Expand Down

0 comments on commit 7bc4e09

Please sign in to comment.