Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 56b16c5

Browse files
committed
change path
1 parent e28baec commit 56b16c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/packages/block/block-grid/property-editors/block-grid-layout-stylesheet/property-editor-ui-block-grid-layout-stylesheet.element.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ export class UmbPropertyEditorUIBlockGridLayoutStylesheetElement
7979
.min=${this._limitMin}
8080
.max=${this._limitMax}></umb-input-static-file>
8181
<br />
82-
<a href="/umbraco/backoffice/assets/css/umbraco-blockgridlayout.css">Link to default layout stylesheet</a>
82+
<a href="/umbraco/backoffice/css/umbraco-blockgridlayout.css" target="_blank"
83+
>Link to default layout stylesheet</a
84+
>
8385
`;
8486
}
8587

0 commit comments

Comments
 (0)