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 671f817 commit 68aee0fCopy full SHA for 68aee0f
src/components/cylc/Info.vue
@@ -54,7 +54,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
54
</v-expansion-panel-title>
55
<v-expansion-panel-text>
56
<dl>
57
- <dt><Markdown :markdown="'# ' + (taskMetadata.title || '(Title)')"/></dt>
+ <dt><h1 class="meta-title">{{ taskMetadata.title || '(Title)'}}</h1></dt>
58
<v-divider />
59
<dt>URL</dt>
60
<dd>
0 commit comments