Skip to content

Commit

Permalink
Update Couchers.org links
Browse files Browse the repository at this point in the history
  • Loading branch information
aapeliv committed Nov 21, 2024
1 parent bec74a3 commit d96d981
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/users/client/components/ProfileViewBasics.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default function ProfileViewBasics({ profile }) {
<a
rel="noopener"
className="social-profile-handle"
href={`https://app.couchers.org/user/${profile.extSitesCouchers}`}
href={`https://couchers.org/user/${profile.extSitesCouchers}`}
>
Couchers.org
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@ <h4>Other hospitality networks</h4>
></a>
<script type="text/ng-template" id="couchersGuidePopover.html">
<div>
Go to your <a href="https://app.couchers.org/account-settings">Couchers.org account settings</a> and copy the username.
Go to your <a href="https://couchers.org/account-settings">Couchers.org account settings</a> and copy the username.
<br><br>
<img class="img-responsive clearfix" src="/img/guide-couchers.png" alt="" width="319" height="32" aria-hidden="true">
</div>
</script>
</div>
<label class="input-group-addon" for="extSitesCouchers">
<span class="hidden-xs">app.couchers.org/user/</span>
<span class="hidden-xs">couchers.org/user/</span>
<span class="visible-xs-inline">Couchers.org:</span>
</label>
<input
Expand All @@ -130,7 +130,7 @@ <h4>Other hospitality networks</h4>
ng-if="profileEditNetworks.user.extSitesCouchers.length"
>
<a
ng-href="https://app.couchers.org/user/{{ profileEditNetworks.user.extSitesCouchers }}"
ng-href="https://couchers.org/user/{{ profileEditNetworks.user.extSitesCouchers }}"
target="_blank"
class="btn btn-primary"
role="button"
Expand Down Expand Up @@ -338,7 +338,7 @@ <h4>nostr</h4>
ng-if="profileEditNetworks.user.nostrNpub.length"
>
<a
ng-href="https://app.couchers.org/user/{{ profileEditNetworks.user.extSitesCouchers }}"
ng-href="https://couchers.org/user/{{ profileEditNetworks.user.extSitesCouchers }}"
target="_blank"
class="btn btn-primary"
role="button"
Expand Down

0 comments on commit d96d981

Please sign in to comment.