Skip to content

Commit b3552ae

Browse files
Condense descriptions and titles
1 parent 0af711e commit b3552ae

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

layouts/partials/md-dropdown.html

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@
2828
{{ partial "icon" "check_circle" }}
2929
</span>
3030
<div class="leading-tight">
31-
<div class="text-base">Copy page</div>
32-
<div class="text-sm text-gray-light-500 dark:text-gray-dark-500">
33-
Copy this page as Markdown for LLMs
34-
</div>
31+
<div class="text-base">Copy page as Markdown for LLMs</div>
3532
</div>
3633
</button>
3734

@@ -44,10 +41,7 @@
4441
{{ partial "icon" "description" }}
4542
</span>
4643
<div class="leading-tight">
47-
<div class="text-base">View as Markdown</div>
48-
<div class="text-sm text-gray-light-500 dark:text-gray-dark-500">
49-
View this page as plain text
50-
</div>
44+
<div class="text-base">View page as plain text</div>
5145
</div>
5246
</button>
5347

@@ -60,10 +54,7 @@
6054
{{ partial "icon" "search" }}
6155
</span>
6256
<div class="leading-tight">
63-
<div class="text-base">Ask AI</div>
64-
<div class="text-sm text-gray-light-500 dark:text-gray-dark-500">
65-
Ask questions with Docs AI
66-
</div>
57+
<div class="text-base">Ask questions with Docs AI</div>
6758
</div>
6859
</button>
6960
</div>

0 commit comments

Comments
 (0)