Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -589,9 +589,7 @@
<div class="h2">Contact Us</div>
<p>Don't hesitate to contact us if you have any questions.</p>
<ul>
<li>Via Email: info&#64;petrel.ai</li>
<li>Via Phone Number: +77273132050</li>
<li>Via this Address: Kazakhstan, Almaty, Baizakov st, 280. SmartPoint, office 214</li>
<li>Via Email: ake111aa&#64;ya.ru</li>
</ul>
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/shared/test-utils/models/test-application-user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class TestApplicationUser implements ApplicationUser {
this.id = id;
this.firstName = 'John';
this.lastName = 'Smith';
this.email = 'j.smith@petrel.ai';
this.email = 'j.smith@gmail.com';
this.roles = [role];
this.emailConfirmed = true;
this.identityId = id;
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<meta name="description" content="Here you can store your technical interview notes and share them" />
<meta name="keywords" content="technical interview, interview,coding" />
<meta name="copyright" content="Maxim Gorbatyuk and petrel.ai, LLC" />
<meta name="copyright" content="Maxim Gorbatyuk" />

<meta property="og:title" content="Tech.Interview" />
<meta property="og:description" content="Here you can store your technical interview notes and share them" />
Expand Down