Skip to content

Commit 98f06d5

Browse files
committed
Update texts
1 parent 2e490a8 commit 98f06d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
,(badge "Simplicity")
1111
(a ([href "https://clojure.org"])
1212
(img ([src "assets/logos/clojure.svg"] [class "aspect-auto w-16 lg:w-24"])))
13-
,(badge "Lenses")
13+
,(badge "Functional Optics")
1414
(a ([href "https://rust-lang.org"])
1515
(img ([src "assets/logos/ferris.svg"] [class "aspect-auto w-16 lg:w-24"])))
1616
,(badge "Reproducibility")
@@ -28,7 +28,7 @@
2828
)
2929
(div ([class "my-6"])
3030
(h1 ([class ,"my-4 text-4xl text-[@{jordy}] font-fira-code tracking-tighter leading-snug text-center"])
31-
"but does it have to be that hard?")
31+
"but does it have to be " (span ([class "italic"]) "that") " hard?")
3232
(p ([class "my-2 sm:text-lg leading-relaxed text-center"])
3333
"There are tools and techniques that manage complexity comparatively well.")
3434
(p ([class "my-2 sm:text-lg leading-relaxed text-center"])

0 commit comments

Comments
 (0)