Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adersh S L committed Aug 24, 2022
1 parent ca19a18 commit 25fe7b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/components/sub-components/intro/intro.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ <h1 class="name">{{ introData.name }}</h1>
<button class="copy-icon" (click)="copyMail()">
<fa-icon [icon]="faClipboard"></fa-icon>
</button>
<span class="copied-info" *ngIf="showInfo">Copied...</span>
<span class="copied-info" *ngIf="showInfo">
{{ introData.copiedText }}
</span>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/app/config/app-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const IntroData = {
headline:
'Software Engineer | Angular Developer | Front-end Developer | Student at University West, Sweden - Master in AI and Automation',
mail: 'iamadershsl@gmail.com',
copiedText: 'Copied'
};

// Profile Component
Expand Down

0 comments on commit 25fe7b9

Please sign in to comment.