Skip to content

Commit

Permalink
fix: changes
Browse files Browse the repository at this point in the history
  • Loading branch information
grv-saini-20 committed Aug 22, 2024
1 parent 56398e4 commit d4fe5d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .svelte-kit/generated/server/internal.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/lib/ui/Footer/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@
</a>
</div>
<div class="spacer" aria-hidden="true"></div>
<div class="site-link flex">
<!-- <div class="site-link flex">
<img src="/images/Footer/SiteLink.svg" alt="Sitelink" />
<a href="/">
<Typography type="smallBodyText" _color="var(--secondary-300)"
>{option.siteLink}</Typography
>
</a>
</div>
</div> -->
</div>
{/each}
<div class="policies">
Expand Down
6 changes: 3 additions & 3 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
{
heading: "Head Office",
subHeading: "SPS Realty",
address: "SCO No 413 , Sector - 8 Panchkula Haryana- 134109",
address: "SCO No 413, Sector - 8 Panchkula Haryana- 134109",
phoneNumbers: ["7546000099, 7564000099"],
fax: "0172-4620941",
email: "info@spsrealty.in",
siteLink: "www.spsrealty.in",
siteLink: "",
},
{
heading: "Site Office",
Expand All @@ -52,7 +52,7 @@
phoneNumbers: ["7546000099, 7564000099"],
fax: "011- 27357408",
email: "info@spsrealty.in",
siteLink: "www.spsrealty.in",
siteLink: "",
},
],
policies: [
Expand Down

0 comments on commit d4fe5d8

Please sign in to comment.