Skip to content

Commit bc9e51c

Browse files
committed
Fix scratch/docs icon
1 parent 35f3423 commit bc9e51c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extensions/lem-dashboard/default-dashboard.lisp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,18 @@
6363
:file-count file-count
6464
:bottom-margin 1)
6565
(make-instance 'dashboard-command
66-
:display-text " New Lisp Scratch Buffer (l)"
66+
:display-text " New Lisp Scratch Buffer (l)"
6767
:item-attribute 'document-header2-attribute
6868
:bottom-margin 2))))
6969
(unless hide-links
7070
(setf dashboard-items
7171
(append dashboard-items
7272
(list (make-instance 'dashboard-url
73-
:display-text " Getting Started (s)"
73+
:display-text " Getting Started (s)"
7474
:url "https://lem-project.github.io/usage/usage/"
7575
:item-attribute 'document-header3-attribute)
7676
(make-instance 'dashboard-url
77-
:display-text " GitHub (g)"
77+
:display-text " GitHub (g)"
7878
:url "https://github.com/lem-project/lem"
7979
:item-attribute 'document-header3-attribute
8080
:bottom-margin 2))))

0 commit comments

Comments
 (0)