Skip to content

Commit

Permalink
Try invalidate cache
Browse files Browse the repository at this point in the history
  • Loading branch information
zampino committed Jul 26, 2023
1 parent ddbf1a1 commit 92df800
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
(map
(fn [{:keys [path preview title description]}]
[:a.rounded-lg.shadow-lg.border.border-gray-300.relative.flex.flex-col.hover:border-indigo-600.group.mb-8.md:mb-0
{:href (clerk/doc-url path)
:style {:height 300}}
{:href (clerk/doc-url path) :title path :style {:height 300}}
[:div.flex-auto.overflow-hidden.rounded-t-md.flex.items-center.px-3.py-4
[:img {:src preview :width "100%" :style {:object-fit "contain"}}]]
[:div.sans-serif.border-t.border-gray-300.px-4.py-2.group-hover:border-indigo-600
Expand Down

0 comments on commit 92df800

Please sign in to comment.