File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/packages/umbraco-news Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,14 @@ export class UmbUmbracoNewsDashboardElement extends UmbLitElement {
41
41
</p>
42
42
<uui-button
43
43
look="primary"
44
+ target="_blank"
44
45
href="https://our.umbraco.com/?utm_source=core&utm_medium=dashboard&utm_content=image&utm_campaign=our"
45
46
label="Visit Our Umbraco"></uui-button>
46
47
</div>
47
48
</uui-box>
48
49
${ this . #infoLinks. map (
49
50
( link ) => html `
50
- <a class="info-link" href=${ link . href } >
51
+ <a class="info-link" target="_blank" href=${ link . href } >
51
52
<h3 class="uui-h5">${ link . name } </h3>
52
53
<p>${ link . description } </p>
53
54
</a>
@@ -71,6 +72,7 @@ export class UmbUmbracoNewsDashboardElement extends UmbLitElement {
71
72
#our-umbraco {
72
73
grid-column-start: 1;
73
74
grid-column-end: -1;
75
+ margin-bottom: var(--uui-size-space-4);
74
76
}
75
77
#info-links {
76
78
display: grid;
You can’t perform that action at this time.
0 commit comments