We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9b56f commit bd91288Copy full SHA for bd91288
1 file changed
layouts/_default/single.html
@@ -90,8 +90,8 @@ <h1 class="mt-2 text-4xl font-bold tracking-tight text-center text-slate-900 dar
90
91
{{ if $hasProjectSummary }}
92
<section class="mx-auto -mt-8 mb-10 max-w-5xl rounded-xl border border-slate-200/80 px-4 py-3 dark:border-slate-700/80 md:px-6">
93
- <details>
94
- <summary class="cursor-pointer py-1 text-sm font-medium text-slate-700 dark:text-slate-200">Project Snapshot</summary>
+ <details open>
+ <summary class="cursor-pointer py-1 text-sm font-medium text-slate-700 dark:text-slate-200">Project Summary</summary>
95
<div class="mt-3 overflow-x-auto">
96
<table class="w-full border-collapse text-sm text-slate-700 dark:text-slate-200">
97
<tbody>
0 commit comments