Removes "crawl of" beside crawl name

This commit is contained in:
Henry Wilkinson 2023-02-03 02:41:22 -05:00
parent 629b3dea6a
commit a7cd15c4f8

View File

@ -332,7 +332,7 @@ export class CrawlDetail extends LiteElement {
<header class="md:flex justify-between">
<h2 class="text-xl font-medium mb-3 md:h-8">
${msg(
html`<span class="font-normal">Crawl of</span> ${this.crawl
html`${this.crawl
? this.crawl.configName
: html`<sl-skeleton
class="inline-block"