Skip to content

Commit

Permalink
Swap company and device name in contact link (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjamescompton authored Sep 11, 2023
1 parent 2e6efcb commit 386acca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/layouts/devices/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1 class="device-single__title">{{ .Params.name }}</h1>
{{with .Params.producturl}}
<a href="{{ . }}" class="ttui-btn ttui-btn--primary">Partner Webpage</a>
{{ end }}
<a href="https://thethingsindustries.com/contact/?message=Hi%2C%0D%0A%0D%0AI+found+{{.Params.Vendor.Name}}+on+the+LoRaWAN+device+repository+and+I%27m+interested+in+contacting+{{.Params.name}}." class="ttui-btn ttui-btn--primary" id="partner-toggle">Contact Partner</a>
<a href="https://thethingsindustries.com/contact/?message=Hi%2C%0D%0A%0D%0AI+found+{{.Params.name}}+on+the+LoRaWAN+device+repository+and+I%27m+interested+in+contacting+{{.Params.Vendor.Name}}." class="ttui-btn ttui-btn--primary" id="partner-toggle">Contact Partner</a>
</div>
</div>
<div class="item-12">
Expand Down

0 comments on commit 386acca

Please sign in to comment.