Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

Commit 17d1a58

Browse files
authored
Merge pull request #59 from amitrke/feature/updateStatic
Feature/update static
2 parents 09a8ae6 + aecf60b commit 17d1a58

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

functions/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
# Typescript v1 declaration files
66
typings/
77

8-
node_modules/
8+
node_modules/
9+
firebase-adminsdk.json

ngapp/src/app/app.component.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
<button mat-icon-button [matMenuTriggerFor]="appMenu">
1414
<mat-icon>more_vert</mat-icon>
1515
</button>
16-
<a routerLink="/home" class="website-name">Roorkee.org</a>
16+
<a href="https://www.roorkee.org/" class="website-name">Roorkee.org</a>
17+
&nbsp; >
18+
<a routerLink="/home" class="website-name">My Account</a>
1719
<span class="toolbar-fill-remaining-space"></span>
1820
<div *ngIf="auth.user$ | async; then authenticated else guest">
1921
<!-- template will replace this div -->

public/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
albums/*

0 commit comments

Comments
 (0)