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

Commit a05fc7d

Browse files
Sam HSam H
authored andcommitted
refactor: clean up comments and old code
1 parent ec2949b commit a05fc7d

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

src/components/app-members/app-members.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,7 @@ export class AppMembers {
99

1010
public images: any;
1111

12-
// buildImageArray() {
13-
// // this.images = document.querySelectorAll('img[src$=".jpg"], img[src$=".png"]');
14-
// this.images = document.querySelectorAll('img');
15-
// console.log(this.images);
16-
// console.log("build image array executed");
17-
// }
18-
1912
render() {
20-
// this.buildImageArray();
21-
2213
return (
2314
<div class="team justify-content-center">
2415
{this.members.map(member => {

src/pages/app-404/app-404.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export class App404 {
1111
<section class="container">
1212
<app-img src="/assets/forge.png" />
1313

14-
<p> Utoh, we've detected that this page does not exist, or something else has gone wrong! </p>
14+
<p> Uh-oh, we've detected that this page does not exist, or something else has gone wrong! </p>
1515

1616
<p>
1717
It must be something to do with our awesomeness, the coolness of our apps, or some other equally awesome thing. Don't worry, we'll fix it soon but in the mean time feel free to email us at{' '}

0 commit comments

Comments
 (0)