footer, setting
This commit is contained in:
parent
36cf0c02ca
commit
c844cbec73
|
|
@ -63,9 +63,9 @@
|
|||
<!-- contact info -->
|
||||
<div class="mb-4">
|
||||
<h3 class="fw-bold mb-3">Get in touch</h3>
|
||||
<p>339 McDermott Points Hettingerhaven, NV 15283</p>
|
||||
<p>Hungary, Vecsés, Lörinczi út 59-61. - JT Ross Park Aerozone</p>
|
||||
<p class="mb-1">Email: <a href="#">info@touriam.com</a></p>
|
||||
<p>Phone: <span class="text-dark fw-semibold">(000) 123 456 789</span></p>
|
||||
<p>Phone: <span class="text-dark fw-semibold">+36/70 7015144</span></p>
|
||||
<div class="d-flex">
|
||||
<a href="#"><img src="../assets/images/svg/appstore.svg" alt="" class="img-fluid"></a>
|
||||
<a href="#" class="ms-2">
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ namespace TIAMWebApp.Shared.Application.Models.ClientSide
|
|||
//public static string BaseUrl = "https://touriam.mangoweb.hu";
|
||||
//public static string ApiBaseUrl = "https://touriam.mangoweb.hu";
|
||||
#if RELEASE
|
||||
//public static string BaseUrl = "https://test.touriam.com";
|
||||
//public static string ApiBaseUrl = "https://test.touriam.com";
|
||||
public static string BaseUrl = "https://test.touriam.com";
|
||||
public static string ApiBaseUrl = "https://test.touriam.com";
|
||||
//public static string BaseUrl = "https://touriam.com";
|
||||
//public static string ApiBaseUrl = "https://touriam.com";
|
||||
//public static string BaseUrl = "https://qa.touriam.com";
|
||||
|
|
|
|||
Loading…
Reference in New Issue