Skip to content

Commit 53f6647

Browse files
authored
Merge pull request #138 from onepanelio/feat/template-repository-link
feat: Add link to workspace templates repository
2 parents 9ab7d5b + 60ad458 commit 53f6647

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/app/workspace/workspace-template/workspace-template-list/workspace-template-list.component.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
Workspace template builder
1414

1515
<div class="font-size-large color-black mt-3">
16-
Select an option to build your own template or start with a predefined workspace to customize.
16+
Select an option to build your own template or start with a predefined template.
17+
</div>
18+
<div class="font-size-regular-large color-black mt-3">
19+
See our <a href="https://github.com/onepanelio/templates/tree/master/workspaces" target="_blank">templates repository</a> for more community contributed templates.
1720
</div>
1821
</div>
1922
</div>

src/styles/font-variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ $fontSizes: (
1212
"smaller": $fontSmaller,
1313
"small": $fontSmall,
1414
"regular": $fontRegular,
15+
"regular-large": $fontRegularLarge,
1516
"large": $fontLarge,
1617
"larger": $fontLarger,
1718
"XL": $fontXL,

0 commit comments

Comments
 (0)