Browse code

Fix copyright notice in license panel

Joseph Weston authored on 06/12/2021 03:34:25
Showing 1 changed files
... ...
@@ -139,7 +139,7 @@
139 139
           ^{:key index}
140 140
            [:li clause])]
141 141
      [:div.copyright-notice
142
-       (for [[index text] (license :copyright-notice)]
142
+       (for [[index text] (enumerated (license :copyright-notice))]
143 143
          ^{:key index} [:p text])]])
144 144
 
145 145
 (defn spell-panel [spell]