Skip to content

Commit 2bb6eca

Browse files
committed
fix(domreg): Reintroduce domain registration by reverting #1218
1 parent bf46009 commit 2bb6eca

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

src/app/account-app/account-app.component.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ <h3 class="sideNavHeader">Settings Menu</h3>
7979
</p>
8080
</mat-list-item>
8181
</a>
82+
<mat-list-item routerLink="/account/domainregistration">
83+
<p mat-line>
84+
<mat-icon mat-list-icon svgIcon="border-inside"></mat-icon> <span>Domain Registration</span>
85+
</p>
86+
</mat-list-item>
8287
</mat-expansion-panel>
8388

8489
<!-- ACCOUNT -->
@@ -207,4 +212,4 @@ <h3 class="sideNavHeader">Settings Menu</h3>
207212
<router-outlet>
208213
</router-outlet>
209214
</div>
210-
</app-runbox-container>
215+
</app-runbox-container>

src/app/account-app/account-welcome.component.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,14 @@ <h4>
110110
<p>Manage your domain names for use with Email or Web Hosting services.</p>
111111
</a>
112112
</mat-card>
113+
<mat-card class="settingsItem">
114+
<a routerLink="/account/domainregistration">
115+
<h4>
116+
<mat-icon svgIcon="border-inside"></mat-icon> Domain Registration
117+
</h4>
118+
<p>Purchase new domain names that you may set up with Email or Web Hosting services.</p>
119+
</a>
120+
</mat-card>
113121
</div>
114122

115123
<div class="divider"></div>

0 commit comments

Comments
 (0)