Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Commit

Permalink
fix(Footer): Remove realestate.com.au link (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
adenj authored Aug 14, 2019
1 parent 84829b3 commit 9a7c700
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
44 changes: 0 additions & 44 deletions react/Footer/__snapshots__/Footer.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -529,17 +529,6 @@ exports[`Footer: should render when authenticated 1`] = `
Jora Local
</a>
</li>
<li
class=""
>
<a
class="FooterLink__link"
data-analytics="toolbar:realestate+au"
href="https://www.realestate.com.au/buy"
>
realestate.com.au
</a>
</li>
<li
class=""
>
Expand Down Expand Up @@ -1374,17 +1363,6 @@ exports[`Footer: should render when authentication is pending 1`] = `
Jora Local
</a>
</li>
<li
class=""
>
<a
class="FooterLink__link"
data-analytics="toolbar:realestate+au"
href="https://www.realestate.com.au/buy"
>
realestate.com.au
</a>
</li>
<li
class=""
>
Expand Down Expand Up @@ -2219,17 +2197,6 @@ exports[`Footer: should render when unauthenticated 1`] = `
Jora Local
</a>
</li>
<li
class=""
>
<a
class="FooterLink__link"
data-analytics="toolbar:realestate+au"
href="https://www.realestate.com.au/buy"
>
realestate.com.au
</a>
</li>
<li
class=""
>
Expand Down Expand Up @@ -3064,17 +3031,6 @@ exports[`Footer: should render with locale of AU 1`] = `
Jora Local
</a>
</li>
<li
class=""
>
<a
class="FooterLink__link"
data-analytics="toolbar:realestate+au"
href="https://www.realestate.com.au/buy"
>
realestate.com.au
</a>
</li>
<li
class=""
>
Expand Down
6 changes: 0 additions & 6 deletions react/Footer/data/company.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,6 @@ export const services = [
specificLocale: 'AU',
'data-automation': 'jora-local-link'
},
{
name: 'realestate.com.au',
href: 'https://www.realestate.com.au/buy',
analytics: 'toolbar:realestate+au',
specificLocale: 'AU'
},
{
name: 'Sidekicker',
href: 'https://sidekicker.com/au',
Expand Down

0 comments on commit 9a7c700

Please sign in to comment.